Interfaces
Interface: CollectionItemResponse<T>
Response from fetching a single collection item, includes collection type metadata
Response from fetching a single collection item, includes collection type metadata
Type Parameters
| Type Parameter | Description |
|---|---|
T | Type of the item |
Properties
| Property | Type | Description |
|---|---|---|
collectionType | CollectionTypeMeta | Collection type metadata |
data | T | The collection item data |

