> ## 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.

# TapSettingsValues

> The settings document, typed by the TapSettings augmentation, as TapSettingsProps carries it and the server reads it from documents.

```ts theme={null}
type TapSettingsValues = keyof TapSettings extends never ? Record<string, unknown> : TapSettings;
```

The settings document, typed by the `TapSettings` augmentation, as
`TapSettingsProps` carries it and the server reads it from `documents`.
