UNPKG

@elsikora/nestjs-crud-automator

Version:

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

9 lines (8 loc) 572 B
import { IDtoStrategy } from '../../../interface/class'; import { IDtoGenerateFactory } from '../../../interface/dto-generate-factory.interface'; import { EApiDtoType, EApiPropertyDateIdentifier, EApiPropertyDescribeType } from '../../../enum/decorator/api'; export declare const DTO_UTILITY_CONSTANT: { readonly DTO_STRATEGIES: Record<EApiDtoType, IDtoStrategy>; readonly INFRASTRUCTURE_TIMESTAMP_IDENTIFIERS: ReadonlyArray<EApiPropertyDateIdentifier>; readonly PROPERTY_DECORATOR_FACTORIES: Record<EApiPropertyDescribeType, IDtoGenerateFactory<unknown>>; };