UNPKG

@elsikora/nestjs-crud-automator

Version:

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

5 lines (4 loc) 108 B
export declare enum EApiAuthorizationCacheMode { MEMORY = "memory", SOURCE_FIRST = "source-first" }