UNPKG

@elsikora/nestjs-crud-automator

Version:

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

4 lines (3 loc) 198 B
export { type IApiFunctionContext } from './interface'; export { type IApiFunctionContextOperations } from './operations.interface'; export { type IApiFunctionStepContext } from './step.interface';