ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/stock/hooks/use-warehouses
Warehouse
Interface Warehouse
interface
Warehouse
{
id
:
string
;
code
:
string
;
name
:
string
;
address
?:
string
;
city
?:
string
;
postalCode
?:
string
;
country
?:
string
;
isActive
:
boolean
;
createdAt
:
string
;
updatedAt
:
string
;
stockLocations
:
StockLocation
[]
;
stockMovements
?:
any
[]
;
_count
:
{
stockLocations
:
number
;
stockMovements
:
number
}
;
}
Index
Properties
id
code
name
address?
city?
postal
Code?
country?
is
Active
created
At
updated
At
stock
Locations
stock
Movements?
_
count
Properties
id
id
:
string
code
code
:
string
name
name
:
string
Optional
address
address
?:
string
Optional
city
city
?:
string
Optional
postal
Code
postalCode
?:
string
Optional
country
country
?:
string
is
Active
isActive
:
boolean
created
At
createdAt
:
string
updated
At
updatedAt
:
string
stock
Locations
stockLocations
:
StockLocation
[]
Optional
stock
Movements
stockMovements
?:
any
[]
_
count
_count
:
{
stockLocations
:
number
;
stockMovements
:
number
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
code
name
address
city
postal
Code
country
is
Active
created
At
updated
At
stock
Locations
stock
Movements
_
count
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...