interface Repartition {
    code: string;
    id_axe: number;
    label: string;
    repartition: RepartitionInfo[];
}

Properties

code: string
id_axe: number
label: string
repartition: RepartitionInfo[]