ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/stock/hooks/use-stock-lots
stockLotsKeys
Variable stockLotsKeys
Const
stockLotsKeys
:
{
all
:
readonly
[
"stock-lots"
]
;
lists
:
()
=>
readonly
[
"stock-lots"
,
"list"
]
;
list
:
(
filters
:
StockLotsFilters
,
)
=>
readonly
[
"stock-lots"
,
"list"
,
StockLotsFilters
]
;
details
:
()
=>
readonly
[
"stock-lots"
,
"detail"
]
;
detail
:
(
id
:
string
)
=>
readonly
[
"stock-lots"
,
"detail"
,
string
]
;
}
= ...
Type Declaration
all
:
readonly
[
"stock-lots"
]
lists
:
()
=>
readonly
[
"stock-lots"
,
"list"
]
list
:
(
filters
:
StockLotsFilters
)
=>
readonly
[
"stock-lots"
,
"list"
,
StockLotsFilters
]
details
:
()
=>
readonly
[
"stock-lots"
,
"detail"
]
detail
:
(
id
:
string
)
=>
readonly
[
"stock-lots"
,
"detail"
,
string
]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...