UNPKG

huawei-wingle-4g

Version:

This is a module NodeJS allowing to drive Huawei Wingle 4G. This module can :

15 lines 350 B
export interface MonthlyDataUsed { duration: number; used: number; limit: number; } export interface TotalDataUsed { duration: number; used: number; } export default interface Statistics { monthlyDataUsed: MonthlyDataUsed; totalDataUsed: TotalDataUsed; lastClearTime: number; } //# sourceMappingURL=Statistics.d.ts.map