Open Delagen opened 1 year ago
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
declare global { const HmsPush: HmsPushOriginal; const HmsLocalNotification: HmsLocalNotificationOriginal; const HmsPushEvent: HmsPushEventOriginal; const HmsPushProfile: HmsPushProfileOriginal; }
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