UNPKG
tsme-metering
Version:
latest (0.1.0)
0.1.0
0.0.3
0.0.2
0.0.1
A useful lib and CLI to collect water meter data from your TSME group provider account
tsme-metering
/
dist
/
providers
/
suez.d.ts
5 lines
•
217 B
TypeScript
View Raw
1
2
3
4
5
import
BaseProviderClient
from
"./base.js"
;
export
default
class
SuezClient
extends
BaseProviderClient
{
constructor
(
email
?:
string
|
undefined
,
password
?:
string
|
undefined
); }
//# sourceMappingURL=suez.d.ts.map