type Thenable = T | Promise; type SavedData = Record | { timestamp: number; data: Record; }; export type { Thenable, SavedData };