> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TapCredentialValues

> The credential values Tappify passes to the server, typed by the TapCredentials augmentation.

```ts theme={null}
type TapCredentialValues = keyof TapCredentials extends never ? Record<string, string> : TapCredentials;
```

The credential values Tappify passes to the server, typed by the
`TapCredentials` augmentation.
