interface Measure {
    target: string;
    type: string;
    value: number;
}

Properties

Properties

target: string
type: string
value: number