Skip to main content

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.

type NestedTokenObject = {
[key: string]: 
  | TokenValue
  | NestedTokenObject;
};
Represents a nested structure of theme values.

Index Signature

[key: string]: 
  | TokenValue
  | NestedTokenObject