UNPKG

@elsikora/nestjs-crud-automator

Version:

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

8 lines (7 loc) 165 B
export interface IApiControllerIdentityPlan { controllerName: string; field: string; parameter: string; schemaName: string; signature: string; }