Alokai

GetInventoryResponse

Response of the getInventory API endpoint.

Comes in handy while creating generic return types constraints used in combination with custom queries.

type GetInventoryResponse = Record<"inventoryEntries", InventoryEntryQueryResult>;

Referenced Types

On this page