@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
8 lines (7 loc) • 558 B
TypeScript
export { AUTHORIZATION_AUDIT_SINK_TOKEN } from './audit-sink-token.constant';
export { AUTHORIZATION_HOOK_PERMISSION_SOURCES_TOKEN } from './hook-permission-sources-token.constant';
export { AUTHORIZATION_DECISION_METADATA_CONSTANT } from './metadata-decision.constant';
export { AUTHORIZATION_MODULE_OPTIONS_TOKEN } from './module-options-token.constant';
export * from './policy';
export { AUTHORIZATION_PRINCIPAL_RESOLVER_TOKEN } from './principal-resolver-token.constant';
export { AUTHORIZATION_POLICY_REGISTRY_TOKEN } from './token-registry.constant';