Interface RecommendationDebugDTO

interface RecommendationDebugDTO {
    divId?: string;
    divIds: string[];
    enabled: boolean;
    fbLink: string;
    fbTitle: string;
    fbType: string;
    filtered: boolean;
    id: RecommendationId;
    ittt: boolean;
    link: string;
    productIds: { [index: string]: string };
    recoId: string;
    rendered: boolean;
    resultType: string;
    title: string;
    type: string;
    variant: boolean;
}

Properties

divId?: string
divIds: string[]
enabled: boolean
fbLink: string
fbTitle: string
fbType: string
filtered: boolean
ittt: boolean
link: string
productIds: { [index: string]: string }
recoId: string
rendered: boolean
resultType: string
title: string
type: string
variant: boolean