Type Parameters

Hierarchy (view full)

Constructors

Properties

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

Alias of safeParseAsync

create: (<T_1>(type: T_1, params?: RawCreateParams) => ZodOptional<T_1>)

Accessors

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

Methods

  • Parameters

    Returns string

  • Parameters

    • def: undefined | T["_output"]

    Returns ZodCatch<ZodOptional<T>>

  • Parameters

    • def: ((ctx: {
          error: ZodError<any>;
          input: undefined | T["_input"];
      }) => undefined | T["_output"])
        • (ctx): undefined | T["_output"]
        • Parameters

          • ctx: {
                error: ZodError<any>;
                input: undefined | T["_input"];
            }
            • error: ZodError<any>
            • input: undefined | T["_input"]

          Returns undefined | T["_output"]

    Returns ZodCatch<ZodOptional<T>>

  • Parameters

    • description: string

    Returns this

  • Returns boolean

  • Returns boolean

  • Parameters

    Returns undefined | T["_output"]

  • Parameters

    Returns Promise<undefined | T["_output"]>

  • Returns T