CollectionItemtype
Item<CollectionIdentifier<C>, CollectionData<C>>
| Type | |
|---|---|
Item | An item object is a data object that includes an "id" identifier property that is either a string or number. |
CollectionIdentifier | Extract the Identifier type from a Collection instance. |
CollectionData | Extract the Data type from a Collection instance. |
Extract the Item type from a Collection instance.