(id: string, signal?: "SIGTERM" | "SIGKILL" | "SIGINT" | "SIGHUP")
| 52 | events: ReadableStream<ExecEvent>; |
| 53 | }; |
| 54 | kill(id: string, signal?: "SIGTERM" | "SIGKILL" | "SIGINT" | "SIGHUP"): void; |
| 55 | dispose(id: string): void; |
| 56 | } |
| 57 |
no outgoing calls
no test coverage detected