DOCS

AddressOrEnsSchema

let AddressOrEnsSchema: ZodUnion<
  [
    ZodType<string, ZodTypeDef, string>,
    ZodType<
      `0x${string}`,
      ZodTypeDef,
      `${string}.eth` | `${string}.cb.id`
    >,
  ]
>;