@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
10 lines (8 loc) • 326 B
JavaScript
const DTO_GENERATE_CONSTANT = {
// eslint-disable-next-line @elsikora/typescript/no-magic-numbers
MAXIMUM_FILTER_PROPERTIES: 100,
// eslint-disable-next-line @elsikora/typescript/no-magic-numbers
MINIMUM_FILTER_PROPERTIES: 2,
};
export { DTO_GENERATE_CONSTANT };
//# sourceMappingURL=generate.constant.js.map