| 21 | } |
| 22 | |
| 23 | export interface UserConfig { |
| 24 | version: 1 |
| 25 | identity: UserIdentity |
| 26 | oauth: UserOAuth |
| 27 | tokens: UserTokens |
| 28 | last_refresh: string |
| 29 | teamName: string |
| 30 | teamId: string |
| 31 | teamApiKey: string |
| 32 | dockerProxySet?: boolean |
| 33 | } |
| 34 | |
| 35 | type UnknownRecord = Record<string, unknown> |
| 36 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…