UNPKG

@elsikora/nestjs-crud-automator

Version:

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

5 lines (4 loc) 200 B
import { EApiAuthorizationCacheMode } from '../../../../../enum/class/authorization'; export interface IApiAuthorizationCacheSourceFirstOptions { mode?: EApiAuthorizationCacheMode.SOURCE_FIRST; }