@nosto/nosto-js

    Interface RenderResult<DataType>

    interface RenderResult<DataType> {
        data: DataType;
        div_id: string;
        product_ids: Record<string, string>;
        raw_data?: unknown;
        reco_id: string;
        result_id: string;
        result_type: ResultType;
    }

    Type Parameters

    • DataType

    Hierarchy (View Summary)

    Index

    Properties

    data: DataType
    div_id: string
    product_ids: Record<string, string>
    raw_data?: unknown
    reco_id: string
    result_id: string
    result_type: ResultType
    MMNEPVFCICPMFPCPTTAAATR