| 2 | import type { IPty } from 'node-pty' |
| 3 | |
| 4 | export interface StaticHttpServe { |
| 5 | server: Server |
| 6 | port: number |
| 7 | host: Array<string> |
| 8 | } |
| 9 | export interface PtyLast { |
| 10 | command: string |
| 11 | key: string |
nothing calls this directly
no outgoing calls
no test coverage detected