UNPKG

@elsikora/nestjs-crud-automator

Version:

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

4 lines (3 loc) 173 B
export type * from './api/controller/index'; export type * from './dto/index'; export { type IGetEntityColumnsProperties } from './get-entity-columns-properties.interface';