Interface ZodDateDef

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

Hierarchy (view full)

Properties

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

Generated using TypeDoc