Type alias TupleData<T>

TupleData<T>: {
    [key: string]: T;
}

Type Parameters

Type declaration

  • [key: string]: T

Generated using TypeDoc