@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
10 lines (7 loc) • 316 B
JavaScript
;
const DECISION_REQUEST_KEY = "API_AUTHORIZATION_DECISION";
const AUTHORIZATION_DECISION_METADATA_CONSTANT = {
REQUEST_KEY: DECISION_REQUEST_KEY,
};
exports.AUTHORIZATION_DECISION_METADATA_CONSTANT = AUTHORIZATION_DECISION_METADATA_CONSTANT;
//# sourceMappingURL=metadata-decision.constant.js.map