interface RepartitionInfo {
    amount: number;
    code: string;
    id_reparition: null | number;
    id_section: number;
    label: string;
    rate: number;
}

Properties

amount: number
code: string
id_reparition: null | number
id_section: number
label: string
rate: number