TapCredentials augmentation.Server API symbols
TapCredentialValues
The credential values Tappify passes to the server, typed by the TapCredentials augmentation.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The credential values Tappify passes to the server, typed by the TapCredentials augmentation.
type TapCredentialValues = keyof TapCredentials extends never ? Record<string, string> : TapCredentials;
TapCredentials augmentation.Was this page helpful?