@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
6 lines (5 loc) • 393 B
TypeScript
import type { THasPairedCustomSuffixesFieldsOperationConfig } from '../../type/validator/has-paired-custom-suffixes-fields/index';
import { EFilterOperation } from '../../enum/filter-operation.enum';
export declare const VALIDATOR_HAS_PAIRED_CUSTOM_SUFFIXES_FIELDS_CONSTANT: {
readonly DEFAULT_OPERATION_CONFIGS: Record<EFilterOperation, THasPairedCustomSuffixesFieldsOperationConfig>;
};