| 16 | } from "./types" |
| 17 | |
| 18 | interface WorkspaceOutputResponsePayload { |
| 19 | output: WorkspaceOutputPayload |
| 20 | } |
| 21 | |
| 22 | interface SessionArtifactResponsePayload { |
| 23 | artifact: SessionArtifactPayload |
nothing calls this directly
no outgoing calls
no test coverage detected