@mbc-cqrs-serverless/import
Version:
7 lines • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ZIP_IMPORT_PK_PREFIX = exports.CSV_IMPORT_PK_PREFIX = exports.IMPORT_PK_PREFIX = void 0;
exports.IMPORT_PK_PREFIX = 'IMPORT';
exports.CSV_IMPORT_PK_PREFIX = 'CSV_IMPORT';
exports.ZIP_IMPORT_PK_PREFIX = 'ZIP_IMPORT';
//# sourceMappingURL=id.js.map