Interface ZodDateDef

interface ZodDateDef {
    checks: Zod.z.ZodDateCheck[];
    coerce: boolean;
    description?: string;
    errorMap?: Zod.z.ZodErrorMap;
    typeName: ZodDate;
}

Hierarchy (View Summary)

Properties

checks: Zod.z.ZodDateCheck[]
coerce: boolean
description?: string
errorMap?: Zod.z.ZodErrorMap
typeName: ZodDate