UNPKG

@elsikora/nestjs-crud-automator

Version:

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

8 lines (7 loc) 256 B
import { IApiControllerReadPlanParameter } from './parameter.interface'; export interface IApiControllerReadPlan { controllerName: string; parameters: ReadonlyArray<IApiControllerReadPlanParameter>; schemaName: string; signature: string; }