UNPKG

huawei-wingle-4g

Version:

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

13 lines 248 B
export declare enum Unit { MG = 0, GB = 1 } export default interface DataPlan { startDate: number; monthlyDataPlan: { volume: number; unit: Unit; }; threshold: number; } //# sourceMappingURL=DataPlan.d.ts.map