UNPKG

smppjs

Version:
7 lines 266 B
import { DTO, DateType } from '../types'; export declare const dtoValidation: ({ dto, MAX_LENGTH, DATE_TYPE, }: { dto: DTO; MAX_LENGTH?: Record<string, number>; DATE_TYPE?: Record<string, DateType>; }) => void; //# sourceMappingURL=dtoValidation.d.ts.map