| 3 | import { getAPIProvider } from '../utils/model/providers.js' |
| 4 | |
| 5 | export interface SdkAccountInfo { |
| 6 | subscription?: string |
| 7 | tokenSource?: string |
| 8 | apiKeySource?: string |
| 9 | organization?: string |
| 10 | email?: string |
| 11 | authTokenExpired?: boolean |
| 12 | } |
| 13 | |
| 14 | type SdkAccountSessionInput = Pick< |
| 15 | ResolvedAuthSession, |
nothing calls this directly
no outgoing calls
no test coverage detected