interface-forge - v2.5.0
    Preparing search index...

    Interface $ZodTuple<T, Rest>

    interface $ZodTuple<
        T extends TupleItems = readonly $ZodType[],
        Rest extends SomeType | null = $ZodType | null,
    > {
        _zod: $ZodTupleInternals<T, Rest>;
        "~standard": $ZodStandardSchema<$ZodTuple<T, Rest>>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties