Interface CustomerAffinityResponseItem

interface CustomerAffinityResponseItem {
    name: string;
    score: number;
}

Properties

Properties

name: string
score: number