Skip to main content

Interface: AggregationModule<TRepo>

Defined in: Services/StudyOverview/types.ts:22

A repository instance plus its associated module metadata. Aggregation services accept arrays of these so each output entry can be tagged with the originating module abbreviation and human-readable name.

Type Parameters

TRepo

TRepo

Properties

abbreviation

abbreviation: string

Defined in: Services/StudyOverview/types.ts:23


moduleName

moduleName: string

Defined in: Services/StudyOverview/types.ts:24


repository

repository: TRepo

Defined in: Services/StudyOverview/types.ts:25