UNPKG

@elsikora/nestjs-crud-automator

Version:

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

7 lines (6 loc) 223 B
import type { IApiBaseEntity } from '../api-base-entity.interface'; export interface IGetEntityColumnsProperties { entity: IApiBaseEntity; shouldTakeGeneratedOnly?: boolean; shouldTakeRelationsOnly?: boolean; }