@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
7 lines (6 loc) • 357 B
TypeScript
export { type IApiSubscriberErrorExecutionContext } from './error-execution-context.interface';
export { type IApiSubscriberExecutionContext } from './execution-context.interface';
export type * from './function';
export { type IApiSubscriber } from './interface';
export type * from './route';
export { type IApiSubscriberRoute } from './route.interface';