ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/stock/hooks/use-finished-products
FinishedProduct
Interface FinishedProduct
interface
FinishedProduct
{
id
:
string
;
code
:
string
;
name
:
string
;
description
?:
string
;
variant
?:
string
;
productType
:
string
;
unitOfMeasure
?:
{
symbol
:
string
}
;
category
?:
{
name
:
string
}
;
isActive
:
boolean
;
}
Index
Properties
id
code
name
description?
variant?
product
Type
unit
Of
Measure?
category?
is
Active
Properties
id
id
:
string
code
code
:
string
name
name
:
string
Optional
description
description
?:
string
Optional
variant
variant
?:
string
product
Type
productType
:
string
Optional
unit
Of
Measure
unitOfMeasure
?:
{
symbol
:
string
}
Optional
category
category
?:
{
name
:
string
}
is
Active
isActive
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
code
name
description
variant
product
Type
unit
Of
Measure
category
is
Active
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...