If i code
Storage.setValue("MyBLE_ScanResult", scanResult as ScanResult);
the type checker complains that ScanResult is not an Application.PropertyValueType.
That's true, but the API says that from v3.2.0 on it is possible to save a ScanResult with Application.Storage.
Of course, i can switch off type checking, then it works.
But that's not straight forward.
Should i file a bug for this? Or is there a workaround?