Type Parameters

Hierarchy-Diagram

UML class diagram of ZodEffects
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
underlined static property/method
italic abstract property/method

Hierarchy (view full)

Constructors

Properties

_input: Input
_output: Output
_type: Output
spa: ((data: unknown, params?: Partial<ParseParams>) => Promise<SafeParseReturnType<Input, Output>>)

Alias of safeParseAsync

Type declaration

create: (<I extends ZodTypeAny>(schema: I, effect: Effect<I["_output"]>, params?: RawCreateParams) => ZodEffects<I, I["_output"], input<I>>)

Type declaration

createWithPreprocess: (<I extends ZodTypeAny>(preprocess: ((arg: unknown, ctx: RefinementCtx) => unknown), schema: I, params?: RawCreateParams) => ZodEffects<I, I["_output"], unknown>)

Type declaration

Accessors

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

Methods

  • Parameters

    • description: string

    Returns this

  • Returns T

  • Returns boolean

  • Returns boolean

  • Returns T