UNPKG

@awarns/tracing

Version:

AwarNS Framework package that eases the tracing and debugging of complex task execution workflows

7 lines (6 loc) 313 B
import { TimeSeriesSyncedStore } from '@awarns/persistence/stores/timeseries'; import { LocalTracesStore, TracesStore } from './store'; import { Trace } from '../entities'; export declare class SyncedTracesStore extends TimeSeriesSyncedStore<Trace, LocalTracesStore> implements TracesStore { constructor(); }