You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other
As solution for typescheck I copied @hmscore/cordova-plugin-hms-push/ionic-native/dist/index.d.ts with removing all references to ionic and small changes as
declare global {constHmsPush: HmsPushOriginal;constHmsLocalNotification: HmsLocalNotificationOriginal;constHmsPushEvent: HmsPushEventOriginal;constHmsPushProfile: HmsPushProfileOriginal;}
The text was updated successfully, but these errors were encountered:
Description
No typescript definitions
Expected behavior
Correct type checking
Current behavior
No any global variables in TS
Environment
Other
As solution for typescheck I copied @hmscore/cordova-plugin-hms-push/ionic-native/dist/index.d.ts with removing all references to ionic and small changes as
The text was updated successfully, but these errors were encountered: