UNPKG

@elsikora/nestjs-crud-automator

Version:

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

4 lines (3 loc) 268 B
export { type IApiControllerPrimaryColumn } from './api-controller-primary-column.interface'; export { type IDtoGenerateCacheKey } from './dto-generate-cache-key.interface'; export { type IGetEntityColumnsProperties } from './get-entity-columns-properties.interface';