interface EnqueteChoice {
    description: string;
    perMille: number;
}

Properties

description: string
perMille: number