bupkis
    Preparing search index...

    Interface $ZodDateDef

    interface $ZodDateDef {
        type: "date";
        coerce?: boolean;
        error?: $ZodErrorMap<never>;
        checks?: z.core.$ZodCheck<never>[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    type: "date"
    coerce?: boolean
    error?: $ZodErrorMap<never>
    checks?: z.core.$ZodCheck<never>[]