index.ts 83 Bytes Raw Blame History Permalink 1 2 3 export interface HistoryData { [key: string]: { ts: number; value: string }[]; }