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

    Interface ZodBrandedDef<T>

    interface ZodBrandedDef<T extends ZodTypeAny> {
        errorMap?: ZodErrorMap;
        description?: string;
        type: T;
        typeName: ZodBranded;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    errorMap?: ZodErrorMap
    description?: string
    type: T
    typeName: ZodBranded