UNPKG

@elsikora/nestjs-crud-automator

Version:

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

4 lines (3 loc) 234 B
export { type IApiFunctionTransactionFunctionOwner } from './function.interface'; export { type IApiFunctionTransactionRouteOwner } from './route.interface'; export { type IApiFunctionTransactionScopeOwner } from './scope.interface';