UNPKG

@elsikora/nestjs-crud-automator

Version:

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

7 lines (6 loc) 223 B
export declare const LIST_DTO_CONSTANT: { readonly MAXIMUM_LIST_LENGTH: number; readonly MAXIMUM_LIST_PAGES_COUNT: number; readonly MINIMUM_LIST_LENGTH: number; readonly MINIMUM_LIST_PAGES_COUNT: number; };