- /**
- * Enumeration for the different types of Hydrawise API bindings: Cloud or Local
- * @readonly
- * @enum {string}
- */
- export declare enum HydrawiseConnectionType {
- LOCAL = "LOCAL",
- CLOUD = "CLOUD"
- }
- //# sourceMappingURL=HydrawiseConnectionType.d.ts.map
|