interface ListDevicesResponse {
    devices: Device[];
    totalCount: number;
}

Properties

Properties

devices: Device[]

Page of devices.

totalCount: number

Total number of devices.