GetStorageType<Key, T>: Readonly<{
    [key in `get${Capitalize<Key>}`]: (() => Promise<T | null>)
}>

Type Parameters

  • Key extends string
  • T