UNPKG

mongodb-dynamic-api

Version:

Auto generated CRUD API for MongoDB using NestJS

6 lines (5 loc) 198 B
import { BaseEntity } from '../models'; interface DynamicApiDecoratorBuilder<Entity extends BaseEntity> { build(): (ClassDecorator & MethodDecorator)[]; } export { DynamicApiDecoratorBuilder };