UNPKG

@mbc-cqrs-serverless/tenant

Version:
8 lines 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TENANT_SK = exports.SETTING_TENANT_PREFIX = exports.TABLE_NAME = exports.TENANT_SYSTEM_PREFIX = void 0; exports.TENANT_SYSTEM_PREFIX = 'TENANT'; exports.TABLE_NAME = 'tenant'; exports.SETTING_TENANT_PREFIX = 'SETTING'; exports.TENANT_SK = 'MASTER'; //# sourceMappingURL=tenant.constant.js.map