interface DisaggSummaryData {
    name: string;
    units: string;
    value: string | number;
}

Properties

Properties

name: string
units: string
value: string | number