Cordova plugin - network interface issue

I guess that there are no typing definitions for this plugin then, you could try using an ambient declaration to get rid of the error message (untested, but it should work):

declare var networkinterface: any;
1 Like