Interface Recommendation

interface Recommendation {
    div_id: string;
    params: unknown;
    products: PushedProduct[];
    result_id: string;
    result_type: string;
    source_product_ids: string[];
    title: string;
}

Properties

div_id: string
params: unknown
products: PushedProduct[]
result_id: string
result_type: string
source_product_ids: string[]
title: string