Interface: CacheStoreItem<T>
Defined in: schemas/v2/cache/store.ts:78
Extends
CacheItem<T>
Type Parameters
| Type Parameter |
|---|
T extends ItemType |
Properties
| Property | Type | Inherited from |
|---|---|---|
id | string | - |
item | Partial<ItemMap[T]> | CacheItem.item |
relationships | { [R in never]?: null | (Pick<RelationDataItem<T, 1, true>, RelationshipFields<T>>[R]["data"] extends K ? NonNullable<K> extends unknown[] ? string[] : string : never) } | CacheItem.relationships |
type | T | - |