StorageGetter

type StorageGetter = () => (
  key: string
) => string | null | Promise<string | null>