Interface Measure

interface Measure {
    calculation: string;
    label: string;
}

Properties

Properties

calculation: string
label: string