UNPKG

@elsikora/nestjs-crud-automator

Version:

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

10 lines (7 loc) 267 B
'use strict'; const METADATA_KEY = "crud-automator:contextual-manual-dto"; const CONTEXTUAL_MANUAL_DTO_CONSTANT = { METADATA_KEY, }; exports.CONTEXTUAL_MANUAL_DTO_CONSTANT = CONTEXTUAL_MANUAL_DTO_CONSTANT; //# sourceMappingURL=contextual-manual.constant.js.map