UNPKG

@elsikora/nestjs-crud-automator

Version:

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

8 lines (6 loc) 222 B
const METADATA_KEY = "crud-automator:contextual-manual-dto"; const CONTEXTUAL_MANUAL_DTO_CONSTANT = { METADATA_KEY, }; export { CONTEXTUAL_MANUAL_DTO_CONSTANT }; //# sourceMappingURL=contextual-manual.constant.js.map