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

    Class ZodTuple<T, Rest>

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    spa: (
        data: unknown,
        params?: Partial<Zod.ParseParams>,
    ) => Promise<
        Zod.SafeParseReturnType<
            Zod.InputTypeOfTupleWithRest<T, Rest>,
            Zod.OutputTypeOfTupleWithRest<T, Rest>,
        >,
    >

    Alias of safeParseAsync

    create: <T_1 extends [] | [Zod.ZodTypeAny, ...Zod.ZodTypeAny[]]>(
        schemas: T_1,
        params?: Zod.RawCreateParams,
    ) => Zod.ZodTuple<T_1, null>

    Accessors

    • get description(): undefined | string

      Returns undefined | string

    • get items(): T

      Returns T

    Methods

    • Parameters

      • description: string

      Returns this