@traversable/schema
    Preparing search index...

    Interface Tuple<S>

    interface Tuple<S = unknown> {
        _zod: { def: { items: [S, ...S[]]; rest?: S; type: "tuple" } };
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    _zod: { def: { items: [S, ...S[]]; rest?: S; type: "tuple" } }