@traversable/schema
    Preparing search index...
    interface StrictTuple<S = unknown> {
        items: readonly S[];
        type: "strict_tuple";
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    items: readonly S[]
    type: "strict_tuple"