UNPKG

106 BTypeScriptView Raw
1export interface IConsole {
2 start(exe: string, ...args: string[]): Promise<void>;
3 stop(): void;
4}