Integration App SDK - v1.14.0
    Preparing search index...

    Interface ZodBooleanDef

    interface ZodBooleanDef {
        errorMap?: ZodErrorMap;
        description?: string;
        typeName: ZodBoolean;
        coerce: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    errorMap?: ZodErrorMap
    description?: string
    typeName: ZodBoolean
    coerce: boolean