UNPKG

@elsikora/nestjs-crud-automator

Version:

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

9 lines (8 loc) 467 B
import { IApiControllerIdentityPlan } from '../../../../../interface/class/api/controller/identity-plan.interface'; /** * Stores a compiled generated GET identity plan on controller method metadata. * @param {object} handler - Exact generated handler function. * @param {IApiControllerIdentityPlan} plan - Compiled identity plan. * @returns {void} */ export declare function ApiControllerIdentityPlanSet(handler: object, plan: IApiControllerIdentityPlan): void;