UNPKG

kiot-cordova-plugin-home-console

Version:

This plugin allows your Android app to download and install compressed updates without the Google Play Store.

17 lines (10 loc) 221 B
declare module 'kiot-cordova-plugin-home-console' { interface Progress { /** * Flaoting point. */ progress: number; bytes: number; bytesWritten: number; } }