Interface IDeviceLists

interface IDeviceLists {
    changed?: string[];
    left?: string[];
}

Properties

Properties

changed?: string[]
left?: string[]