Interface DeviceJoinedPayload

interface DeviceJoinedPayload {
    device: Device;
}

Properties

Properties

device: Device