@openfoodfacts/openfoodfacts-nodejs
Preparing search index...
FlagBatchResponse
Type Alias FlagBatchResponse
type
FlagBatchResponse
=
{
ticket_id_to_flags
:
{
[
ticketId
:
string
]:
{
barcode
?:
string
|
null
;
comment
?:
string
|
null
;
confidence
?:
number
|
null
;
created_at
?:
string
;
flavor
:
components
[
"schemas"
]
[
"Flavor"
]
;
image_id
?:
string
|
null
;
reason
?:
string
|
null
;
source
:
components
[
"schemas"
]
[
"SourceType"
]
;
type
:
components
[
"schemas"
]
[
"IssueType"
]
;
url
:
string
;
user_id
:
string
;
}
[]
;
}
;
}
Index
Properties
ticket_
id_
to_
flags
Properties
ticket_
id_
to_
flags
ticket_id_to_flags
:
{
[
ticketId
:
string
]:
{
barcode
?:
string
|
null
;
comment
?:
string
|
null
;
confidence
?:
number
|
null
;
created_at
?:
string
;
flavor
:
components
[
"schemas"
]
[
"Flavor"
]
;
image_id
?:
string
|
null
;
reason
?:
string
|
null
;
source
:
components
[
"schemas"
]
[
"SourceType"
]
;
type
:
components
[
"schemas"
]
[
"IssueType"
]
;
url
:
string
;
user_id
:
string
;
}
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ticket_
id_
to_
flags
@openfoodfacts/openfoodfacts-nodejs
Loading...