Interface: AttributeItem<Type, Attributes>
Defined in: schemas/v2/item.ts:66
Extends
Item<Type>
Type Parameters
Type
Type extends ItemType
Attributes
Attributes extends Record<string, unknown> = Record<string, never>
Properties
attributes
attributes:
Attributes
Defined in: schemas/v2/item.ts:70
id
id:
string
Defined in: schemas/v2/item.ts:54
Inherited from
type
type:
Type
Defined in: schemas/v2/item.ts:55