Zodiac API Documentation - v0.0.3
    Preparing search index...

    Interface ZodDateDef

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

    Hierarchy (View Summary)

    Index

    Properties

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