interface IToDevice {
    events: IToDeviceEvent[];
}

Properties

Properties

events: IToDeviceEvent[]