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

Type Parameters

Hierarchy (View Summary)

Properties

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