UNPKG

vrack-db

Version:

This is an In Memory database designed for storing time series (graphs).

7 lines (6 loc) 156 B
export default interface ICondition { readonly level: string; readonly id: string; readonly type: string; readonly params: Array<number>; }