UNPKG

@elsikora/nestjs-crud-automator

Version:

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

5 lines (4 loc) 195 B
export type * from './event'; export { type IApiFunctionTransactionFailure } from './failure.interface'; export { type IApiFunctionTransaction } from './interface'; export type * from './owner';