export type StorageItem = { id: string; value: any; timestamp?: number; };