Interface ZodBrandedDef<T>

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

Type Parameters

Hierarchy (View Summary)

Properties

description?: string
errorMap?: Zod.z.ZodErrorMap
type: T
typeName: ZodBranded