Type Alias MeasureDataInterval<T>

MeasureDataInterval: { from: string; to: string; value: T }

Type Parameters

  • T

Type declaration

  • from: string

    JSON formated date

  • to: string

    JSON formated date

  • value: T