UNPKG

@elsikora/nestjs-crud-automator

Version:

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

5 lines (4 loc) 288 B
export { type IApiRouteRuntimeContextData } from './context-data.interface'; export { type IApiRouteRuntimeCustomExecutionOptions } from './custom-execution-options.interface'; export type * from './generated'; export { type IApiRouteRuntimeHttpRequest } from './http-request.interface';