Interface MeasureData

interface MeasureData {
    date: string;
    value: string;
}

Properties

Properties

date: string

Midnight on the requested day in the time period.

value: string

The numeric value for the requested measure.