Interface: AttributeItem<Type, Attributes>
Defined in: schemas/v2/item.ts:66
Extends
Item<Type>
Type Parameters
| Type Parameter | Default type |
|---|---|
Type extends ItemType | - |
Attributes extends Record<string, unknown> | Record<string, never> |
Properties
| Property | Type | Inherited from |
|---|---|---|
attributes | Attributes | - |
id | string | Item.id |
type | Type | Item.type |