UNPKG

@janitza/gridvis-client

Version:

A library to access all GridVis data

8 lines (7 loc) 168 B
import { IValueType } from "./IValueType"; export interface IValueDescription { id: number; online: boolean; timebase: number; valueType: IValueType; }