UNPKG

@minimaltech/node-infra

Version:

Minimal Technology NodeJS Infrastructure - Loopback 4 Framework

10 lines 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MigrationKeys = void 0; class MigrationKeys { } exports.MigrationKeys = MigrationKeys; MigrationKeys.MIGRATION_MODEL = '@app/migration/component/models/migration'; MigrationKeys.MIGRATION_REPOSITORY = '@app/migration/component/repositories/migration'; MigrationKeys.MIGRATION_DATASOURCE = '@app/migration/datasource'; //# sourceMappingURL=keys.js.map