export interface IStorageItem { timestamp: number; value: any; }