UNPKG

@elsikora/nestjs-crud-automator

Version:

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

8 lines (7 loc) 280 B
export declare const GET_LIST_QUERY_DTO_FACTORY_CONSTANT: { readonly LIST_MULTIPLE_OF: number; readonly MAXIMUM_LIST_LENGTH: number; readonly MAXIMUM_LIST_PAGES_COUNT: number; readonly MINIMUM_LIST_LENGTH: number; readonly MINIMUM_LIST_PAGES_COUNT: number; };