Interface AggregationTimeIntervalSpec

interface AggregationTimeIntervalSpec {
    step?: number;
    timezone?: string;
    unit: AggregationTimeIntervalUnit;
}

Properties

Properties

step?: number
timezone?: string