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

# Config

```ts theme={null}
type Config = AppConfig & CDPHooksConfig;
```

The CDP hooks provider config combined with the app config.

## See

* [AppConfig](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/AppConfig)
* [CDPHooksConfig](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-hooks/Type-Aliases/Config)
