@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
8 lines (7 loc) • 436 B
TypeScript
export { type IApiAuthorizationDecision } from './decision.interface';
export { type IApiAuthorizationEngine } from './engine.interface';
export { type IApiAuthorizationEngineEvaluateOptions } from './evaluate-options.interface';
export type * from './policy/index';
export type * from './rule/index';
export { type IApiAuthorizationScope } from './scope.interface';
export { type IApiAuthorizationSubject } from './subject.interface';