TapStorageMap augmentation,
which is what useTapStorage accepts.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The names of the singleton collections in the TapStorageMap augmentation, which is what useTapStorage accepts.
type TapSingletonName = keyof TapStorageMap extends never ? string : Extract<{ [K in keyof TapStorageMap]: TapStorageMap[K] extends { kind: "singleton" } ? K : never }[keyof TapStorageMap], string>;
TapStorageMap augmentation,
which is what useTapStorage accepts.Was this page helpful?