frontend / api/inventory/types
api/inventory/types
File
types.ts
Enterprise
Keep these minimal and stable. Prefer widening unknown fields to narrow types at the edge (parsers) so that the UI is resilient to backend changes.
Interfaces
- AdjustQuantityRequest
- ChangePriceRequest
- InventoryListParams
- InventoryListResponse
- InventoryRow
- ItemDetails
- UpsertItemRequest
- UpsertItemResponse