UNPKG

@elsikora/nestjs-crud-automator

Version:

A library for automating the creation of CRUD operations in NestJS.

8 lines (6 loc) 261 B
const DECISION_REQUEST_KEY = "API_AUTHORIZATION_DECISION"; const AUTHORIZATION_DECISION_METADATA_CONSTANT = { REQUEST_KEY: DECISION_REQUEST_KEY, }; export { AUTHORIZATION_DECISION_METADATA_CONSTANT }; //# sourceMappingURL=metadata-decision.constant.js.map