z.ZodBrandedDef
import type { z } from "https://esm.sh/zod@3.25.76/index.d.cts";
const { ZodBrandedDef } = z;interface ZodBrandedDef <T extends ZodTypeAny> extends ZodTypeDef {
type: T;
typeName: ZodFirstPartyTypeKind.ZodBranded;
}§Type Parameters
§
T extends ZodTypeAny
[src]