@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
15 lines (14 loc) • 786 B
TypeScript
export { type IApiAuthorizationAuditSink } from './audit-sink.interface';
export type * from './cache';
export type * from './decision';
export { type IApiAuthorizationEngine } from './engine.interface';
export { type IApiAuthorizationEngineEvaluateOptions } from './evaluate-options.interface';
export { type IApiHookPermissionSource } from './hook-permission-source.interface';
export { type IApiAuthorizationIamModuleOptions } from './iam-module-options.interface';
export type * from './module-options';
export type * from './policy';
export type * from './principal';
export { type IApiAuthorizationRequestMetadata } from './request-metadata.interface';
export type * from './resource';
export type * from './rule';
export { type IApiAuthorizationScope } from './scope.interface';