ArunYogi / paytm-cordova-plugin

DEPRECATED Cordova plugin for Paytm application
6 stars 13 forks source link

where can we find declaration.d.ts ? #21

Closed Srijita173 closed 5 years ago

Srijita173 commented 5 years ago

Installed the plugin in phonegap CLI . The plugin gets added and necessary changes reflect in config.xml . Please help me in knowing where and how can I find the declaration.d.ts file .

ArunYogi commented 5 years ago

@Srijita173 , declaration.d.ts will be present in ionicv2 based projects. In ionicv3 it was removed. You could just mention below line in the .ts file where you are initiating the transaction. declare var paytm: any;