@rendley/sdk - v1.12.6
    Preparing search index...

    Class ZodPipeline<A, B>

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _input: A["_input"]
    _output: B["_output"]
    _type: B["_output"]
    spa: (
        data: unknown,
        params?: Partial<Zod.ParseParams>,
    ) => Promise<Zod.SafeParseReturnType<A["_input"], B["_output"]>>

    Alias of safeParseAsync

    Accessors

    • get description(): undefined | string

      Returns undefined | string

    Methods

    • Parameters

      • description: string

      Returns this