UNPKG

@elsikora/nestjs-crud-automator

Version:

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

5 lines (4 loc) 309 B
export { type IApiAuthorizationDecision } from './interface'; export { type IApiAuthorizationDecisionRuleTrace } from './rule-trace.interface'; export { type IApiAuthorizationDecisionStatementTrace } from './statement-trace.interface'; export { type IApiAuthorizationDecisionTrace } from './trace.interface';