@golemio/pid
Version:
Golemio PID Module
28 lines (27 loc) • 1.01 kB
TypeScript
declare const JISContainerToken: {
JISEventsDataSourceFactory: symbol;
JISInfotextsDataSourceFactory: symbol;
JISInfotextsRedisRepository: symbol;
JISEventsRepository: symbol;
JISEventsRopidGTFSRoutesRepository: symbol;
JISInfotextsRepository: symbol;
JISInfotextsRopidGTFSStopsRepository: symbol;
JISInfotextsPresetsRepository: symbol;
JISMetadataRepository: symbol;
RopidGTFSStopsRepository: symbol;
RopidGTFSRoutesRepository: symbol;
JISEventsDataService: symbol;
JISInfotextsDataService: symbol;
JISEventsTransformation: symbol;
JISEventsGtfsRtTransformation: symbol;
JISInfotextsTransformation: symbol;
JISInfotextCacheTranformation: symbol;
UpdateEventWebhookTransformation: symbol;
FetchJISEventsTask: symbol;
FetchJISInfotextsTask: symbol;
RefreshJISEventsTask: symbol;
RefreshJISInfotextsTask: symbol;
RefreshJISInfotextsCacheTask: symbol;
UpdateEventWebhookTask: symbol;
};
export { JISContainerToken };