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

# NestedTokenObject

```ts theme={null}
type NestedTokenObject = {
[key: string]: 
  | TokenValue
  | NestedTokenObject;
};
```

Represents a nested structure of theme values.

## Index Signature

```ts theme={null}
[key: string]: 
  | TokenValue
  | NestedTokenObject
```
