UNPKG
nosto-react-p2u
Version:
latest (2.2.2)
2.2.2
Forked repository to add custom logic to @nosto/nosto-react
peterkincses/nosto-react-p2u
nosto-react-p2u
/
src
/
types.ts
15 lines
(13 loc)
•
273 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
type
{
PushedProduct
}
from
"@nosto/nosto-js/client"
/** *
@group
Types
*/
export
interface
Recommendation
{
result_id
:
string
products
:
PushedProduct
[]
result_type
:
string
title
:
string
div_id
:
string
source_product_ids
:
string
[]
params
:
unknown
}