Type Parameters

  • T extends ZodTypeAny
  • B extends string | number | symbol

Hierarchy-Diagram

UML class diagram of ZodBranded
Legend
icon for a class in the UML class diagram class
icon for an abstract class in the UML class diagram abstract class
icon for a public property in the UML class diagram public property
icon for a public method in the UML class diagram public method
italic abstract property/method

Hierarchy (view full)

Constructors

Properties

_input: T["_input"]
_output: T["_output"] & BRAND<B>
_type: T["_output"] & BRAND<B>
spa: ((data: unknown, params?: Partial<ParseParams>) => Promise<SafeParseReturnType<T["_input"], T["_output"] & BRAND<B>>>)

Alias of safeParseAsync

Type declaration

Accessors

  • get description(): undefined | string
  • Returns undefined | string

Methods

  • Parameters

    • description: string

    Returns this

  • Returns boolean

  • Returns boolean

  • Returns T