UNPKG

ncrudify

Version:

Configurable CRUD module for NestJS and Mongoose.

6 lines (5 loc) 274 B
import { ICrudify } from "./interface/crudify.interface"; import { ControllerMethods } from "./interface/controllermethods.type"; export declare namespace CrudifyRoutesDecorator { function getDecorators(options: ICrudify, route: ControllerMethods): MethodDecorator[]; }