UNPKG

@elsikora/nestjs-crud-automator

Version:

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

5 lines (4 loc) 233 B
export { type IApiSubscriberFunctionErrorExecutionContext } from './error-execution-context.interface'; export type * from './execution'; export { type IApiSubscriberFunction } from './interface'; export type * from './transaction';