TapSettings augmentation, as
TapSettingsProps carries it and the server reads it from documents.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The settings document, typed by the TapSettings augmentation, as TapSettingsProps carries it and the server reads it from documents.
type TapSettingsValues = keyof TapSettings extends never ? Record<string, unknown> : TapSettings;
TapSettings augmentation, as
TapSettingsProps carries it and the server reads it from documents.Was this page helpful?