ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/tablet/stocks/route
StockResponse
Interface StockResponse
interface
StockResponse
{
rawMaterials
:
StockItem
[]
;
finishedProducts
:
StockItem
[]
;
summary
:
{
totalRawMaterials
:
number
;
totalFinishedProducts
:
number
;
totalValue
:
number
;
lowStockItems
:
number
;
}
;
}
Index
Properties
raw
Materials
finished
Products
summary
Properties
raw
Materials
rawMaterials
:
StockItem
[]
finished
Products
finishedProducts
:
StockItem
[]
summary
summary
:
{
totalRawMaterials
:
number
;
totalFinishedProducts
:
number
;
totalValue
:
number
;
lowStockItems
:
number
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
raw
Materials
finished
Products
summary
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...