type NestedTokenObject = { [key: string]: | TokenValue | NestedTokenObject; };
[key: string]: | TokenValue | NestedTokenObject
Was this page helpful?