HasStorageType<Key>: Readonly<{
    [key in `has${Capitalize<Key>}`]: (() => Promise<boolean>)
}>

Type Parameters

  • Key extends string