interface SSHCommand {
    Response?: commonpb.Response;
    StdErr: string;
    StdOut: string;
}

Properties

Response?: commonpb.Response
StdErr: string
StdOut: string