@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
6 lines (5 loc) • 343 B
TypeScript
export { AUTO_CONTEXT_DTO_CONSTANT } from './auto-context.constant';
export { CONTEXTUAL_MANUAL_DTO_CONSTANT } from './contextual-manual.constant';
export { EXCEPTION_DTO_CONSTANT } from './exception.constant';
export { LIST_DTO_CONSTANT } from './list.constant';
export { TRANSFORMER_VALUE_DTO_CONSTANT } from './transformer-value.constant';