| 12 | | 'error'; |
| 13 | |
| 14 | export interface ServiceConnection { |
| 15 | connected: boolean; |
| 16 | status: string; |
| 17 | updatedAt?: string; |
| 18 | metadata?: Record<string, unknown>; |
| 19 | } |
| 20 | |
| 21 | export interface Project { |
| 22 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected