@openfoodfacts/openfoodfacts-nodejs
Preparing search index...
ProductStateFound
Type Alias ProductStateFound<T>
ProductStateFound
:
ProductStateBase
&
{
product
:
T
}
&
(
|
{
status
:
"success"
}
|
{
status
:
"success_with_warnings"
;
warnings
:
object
[]
}
|
{
errors
:
ProductStateError
[]
;
status
:
"success_with_errors"
}
)
Type Parameters
T
=
ProductDataType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@openfoodfacts/openfoodfacts-nodejs
Loading...