| 1 | export interface DubConfig { |
| 2 | access_token: string; |
| 3 | refresh_token: string | null; |
| 4 | expires_at: number | null; |
| 5 | domain?: string; |
| 6 | } |
| 7 | |
| 8 | export interface APIError { |
| 9 | error: { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…