Interface RemoteConnectedStatus

interface RemoteConnectedStatus {
    alive: true;
    name: string;
    type: string;
}

Properties

Properties

alive: true
name: string
type: string