TimeSeriesItem<V>: {
    date: string;
    value: V & TypedValue;
}

A single time series measurement or bucket aggregation.

Type Parameters

  • V = any

    The type of the value.

Type declaration

Generated using TypeDoc