Interface RemoteSSHConnectionOptions

interface RemoteSSHConnectionOptions {
    client: Client;
    id: string;
    name: string;
    type: string;
}

Properties

Properties

client: Client
id: string
name: string
type: string