@nestjs-mod/webhook
Version:
Webhook module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction
7 lines • 334 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WEBHOOK_FOLDER = exports.WEBHOOK_MODULE = exports.WEBHOOK_FEATURE = void 0;
exports.WEBHOOK_FEATURE = 'webhook';
exports.WEBHOOK_MODULE = 'WebhookModule';
exports.WEBHOOK_FOLDER = 'libs/feature/webhook';
//# sourceMappingURL=webhook.constants.js.map