UNPKG

nosto-react-p2u

Version:

Forked repository to add custom logic to @nosto/nosto-react

15 lines (13 loc) 273 B
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 }