| 23 | * Base interface for all SSE events |
| 24 | */ |
| 25 | export interface BaseSSEEvent { |
| 26 | type: SSEEventType; |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * Action event with details about computer action being performed |
nothing calls this directly
no outgoing calls
no test coverage detected