UNPKG

vrack-db

Version:

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

12 lines (10 loc) 270 B
/* * Copyright © 2023 Boris Bobylev. All rights reserved. * Licensed under the Apache License, Version 2.0 */ export default interface ICondition { readonly level: string; readonly id: string; readonly type: string; readonly params: Array<number>; }