Type Utils
    Preparing search index...

    Type Alias TupleMetadata<T>

    type TupleMetadata<T extends readonly [...any]> = {
        elements: TupleToStructMap<T>;
    }

    Type Parameters

    • T extends readonly [...any]
    Index

    Properties

    Properties

    elements: TupleToStructMap<T>