| 9 | * User authentication and profile data |
| 10 | */ |
| 11 | export interface UserData { |
| 12 | userId?: string |
| 13 | email?: string |
| 14 | name?: string |
| 15 | } |
| 16 | |
| 17 | /** |
| 18 | * Twitter authentication tokens for API requests |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…