in my project i want to access OneSignal.User.externalId as mentioned in the documentation . but i got types error Property 'externalId' does not exist on type 'IOneSignalUser'
then i check the d.ts inside the package, seems like it missing the property definition. would you immediately update the package?
What browsers are you seeing the problem on?
Firefox, Chrome (Chromium)
What operating system are you running?
macOS 12.7.5
Steps to reproduce?
1. install @onesignal/onesignal-vue3
2. init using the plugin in main.ts
3. access the property OneSignal.User.externalId
4. then it show the error **Property 'externalId' does not exist on type 'IOneSignalUser'**
What happened?
Hi, i'm using the latest @onesignal/onesignal-vue3
in my project i want to access OneSignal.User.externalId as mentioned in the documentation . but i got types error Property 'externalId' does not exist on type 'IOneSignalUser'
then i check the d.ts inside the package, seems like it missing the property definition. would you immediately update the package?
What browsers are you seeing the problem on?
Firefox, Chrome (Chromium)
What operating system are you running?
macOS 12.7.5
Steps to reproduce?
What did you expect to happen?
I expected the type definition and show no error
Relevant log output
No response