interface Devices {
    items: Device[];
}

Properties

Properties

items: Device[]