ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-quality-control
UpdateQualityControlData
Interface UpdateQualityControlData
interface
UpdateQualityControlData
{
controlType
?:
"visual"
|
"measurement"
|
"test"
|
"inspection"
;
result
?:
string
;
passed
?:
boolean
;
notes
?:
string
;
photos
?:
string
[]
;
attachments
?:
string
[]
;
}
Index
Properties
control
Type?
result?
passed?
notes?
photos?
attachments?
Properties
Optional
control
Type
controlType
?:
"visual"
|
"measurement"
|
"test"
|
"inspection"
Optional
result
result
?:
string
Optional
passed
passed
?:
boolean
Optional
notes
notes
?:
string
Optional
photos
photos
?:
string
[]
Optional
attachments
attachments
?:
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
control
Type
result
passed
notes
photos
attachments
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...