@golemio/pid
Version:
Golemio PID Module
20 lines • 672 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.JISContainerToken = void 0;
const JISContainerToken = {
/* Data Sources */
JISInfotextsDataSourceFactory: Symbol(),
/* Repositories */
JISInfotextsRepository: Symbol(),
JISInfotextsRopidGTFSStopsRepository: Symbol(),
JISMetadataRepository: Symbol(),
/* Services */
JISInfotextsDataService: Symbol(),
/* Transformations */
JISInfotextsTransformation: Symbol(),
/* Tasks */
RefreshJISInfotextsTask: Symbol(),
FetchJISInfotextsTask: Symbol(),
};
exports.JISContainerToken = JISContainerToken;
//# sourceMappingURL=JISContainerToken.js.map