| 40 | * Info defined the information that `supervisor/frontend` requires. |
| 41 | */ |
| 42 | export interface Info { |
| 43 | workspaceID: string; |
| 44 | loggedUserId: string; |
| 45 | |
| 46 | instanceId?: string; |
| 47 | ideUrl?: string; |
| 48 | statusPhase?: WorkspaceInstancePhase; |
| 49 | |
| 50 | workspaceDescription: string; |
| 51 | workspaceType: string; |
| 52 | } |
| 53 | |
| 54 | export interface SetStateData { |
| 55 | ideFrontendFailureCause?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected