interface InventoryEntryReference {
    id: string;
    obj?: InventoryEntry;
    typeId: "inventory-entry";
}

Properties

Properties

id: string

Unique identifier of the referenced InventoryEntry.

Contains the representation of the expanded InventoryEntry. Only present in responses to requests with Reference Expansion for InventoryEntries.

typeId: "inventory-entry"

Generated using TypeDoc