UNPKG

@hg8496/gridvis-client

Version:

A library to access all GridVis data

6 lines (5 loc) 125 B
import { IValueType } from "../values"; export interface IRecordedValue { timebase: number; valueType: IValueType; }