Interface RemoteSetupOptions

interface RemoteSetupOptions {
    connection: RemoteConnection;
    nodeDownloadTemplate?: string;
    report: RemoteStatusReport;
}

Properties

connection: RemoteConnection
nodeDownloadTemplate?: string