@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
12 lines (11 loc) • 606 B
TypeScript
export type * from './error-execution-context.interface';
export type * from './execution-context.interface';
export type * from './function-error-execution-context.interface';
export type * from './function-execution-context-data.interface';
export type * from './function-execution-context.interface';
export type * from './function.interface';
export type * from './interface';
export type * from './route-error-execution-context.interface';
export type * from './route-execution-context-data.interface';
export type * from './route-execution-context.interface';
export type * from './route.interface';