interface ChoiceData {
    label: string;
    percentage: string;
    ratio: number;
}

Properties

label: string
percentage: string
ratio: number