@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
9 lines (8 loc) • 335 B
TypeScript
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;
readonly NESTED_FILTER_PATH_SEGMENT_COUNT: number;
};