UNPKG

@janitza/gridvis-client

Version:

A library to access all GridVis data

7 lines (6 loc) 202 B
import { ITimedValue } from "./ITimedValue"; import { IValueDescription } from "./IValueDescription"; export interface IValueList { valueDescription: IValueDescription; values: ITimedValue[]; }