BUPKIS
    Preparing search index...

    Interface $ZodBooleanDef

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

    Hierarchy (View Summary)

    Index

    Properties

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