@microsoft/dev-tunnels-ssh
Version:
SSH library for Dev Tunnels
11 lines • 395 B
TypeScript
export declare class SshChannelClosedEventArgs {
constructor();
constructor(exitStatus: number);
constructor(exitSignal: string, errorMessage?: string);
constructor(error: Error);
readonly exitStatus?: number;
readonly exitSignal?: string;
readonly errorMessage?: string;
readonly error?: Error;
}
//# sourceMappingURL=sshChannelClosedEventArgs.d.ts.map