type LocalForage = { getItem: (key: string) => Promise; setItem: (key: string, value: T) => Promise; };