UNPKG

@janitza/gridvis-client

Version:

A library to access all GridVis data

8 lines (7 loc) 130 B
export interface ITimedValue { startTime: number; endTime: number; min?: number; avg: number; max?: number; }