UNPKG

@elsikora/nestjs-crud-automator

Version:

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

7 lines (6 loc) 288 B
export type * from './execution-context.interface'; export type * from './function-execution-context.interface'; export type * from './function.interface'; export type * from './interface'; export type * from './route-execution-context.interface'; export type * from './route.interface';