UNPKG

@elsikora/nestjs-crud-automator

Version:

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

7 lines (6 loc) 313 B
import { IApiPolicyAttachmentSource } from './policy/attachment'; import { IApiPolicyDocumentSource } from './policy/document'; export interface IApiAuthorizationIamModuleOptions { attachmentSources?: ReadonlyArray<IApiPolicyAttachmentSource>; documentSources?: ReadonlyArray<IApiPolicyDocumentSource>; }