A response on the GetDevices request.

interface GetDevicesResponse {
    devices: Device[];
}

Properties

Properties

devices: Device[]