C holds, read from the TapStorageMap
augmentation.
Type Parameters
C
C extends TapSingletonNameDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The document type collection C holds, read from the TapStorageMap augmentation.
type TapSingletonDocument<C> = C extends keyof TapStorageMap ? TapStorageMap[C] extends {
document: infer D;
} ? D : unknown : unknown;
C holds, read from the TapStorageMap
augmentation.
C extends TapSingletonNameWas this page helpful?