UNPKG

@nestdevx/tenant

Version:

Tenant module for multi-tenant NestJS applications.

8 lines 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IS_HOST_ADMIN_KEY = exports.QUEUE_NAMES = void 0; exports.QUEUE_NAMES = { NEW_USER_SIGNUP: "new-user-signup", }; exports.IS_HOST_ADMIN_KEY = "isHostAdmin"; //# sourceMappingURL=index.js.map