bupkis
    Preparing search index...

    Interface $ZodTuple<T, Rest>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties