UNPKG

@elsikora/nestjs-crud-automator

Version:

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

5 lines (4 loc) 123 B
import type { ObjectLiteral } from "typeorm"; export interface IApiBaseEntity extends ObjectLiteral { name?: string; }