Type alias AssociatedCollectionItem<T2, T>

AssociatedCollectionItem<T2, T>: {
    item: CollectionItem<T>;
    key: T2;
}

Type Parameters

  • T2

  • T

Type declaration