interface BackgroundErrorData {
    error: DeviceError;
    event?: string;
}

Properties

Properties

event?: string