import { TFORMAT } from "../../types/formats"; export interface IValidatorOptions { type: any; isRequired?: boolean; min?: number | Date; max?: number | Date; length?: number | Date; format?: TFORMAT | TFORMAT[] | string; message?: string; } export interface IValidationMarksOptions { struct: any; strict?: boolean; } //# sourceMappingURL=pitmart.validations.options.d.ts.map