ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/stock/hooks/use-stock-labels
CreateStockLabelParams
Interface CreateStockLabelParams
interface
CreateStockLabelParams
{
stockLotId
:
string
;
labelType
?:
"BARCODE"
|
"QRCODE"
|
"RFID"
;
barcode
?:
string
;
qrCode
?:
string
;
}
Index
Properties
stock
Lot
Id
label
Type?
barcode?
qr
Code?
Properties
stock
Lot
Id
stockLotId
:
string
Optional
label
Type
labelType
?:
"BARCODE"
|
"QRCODE"
|
"RFID"
Optional
barcode
barcode
?:
string
Optional
qr
Code
qrCode
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
stock
Lot
Id
label
Type
barcode
qr
Code
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...