MCPcopy Create free account
hub / github.com/e2b-dev/surf / BaseSSEEvent

Interface BaseSSEEvent

types/api.ts:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 * Base interface for all SSE events
24 */
25export interface BaseSSEEvent {
26 type: SSEEventType;
27}
28
29/**
30 * Action event with details about computer action being performed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected