Event arguments

interface DeviceEventArgs {
    devices?: Devices;
    eventType: DeviceEvent;
}

Properties

Properties

devices?: Devices
eventType: DeviceEvent