HydrawiseConnectionType.d.ts 262 B

12345678910
  1. /**
  2. * Enumeration for the different types of Hydrawise API bindings: Cloud or Local
  3. * @readonly
  4. * @enum {string}
  5. */
  6. export declare enum HydrawiseConnectionType {
  7. LOCAL = "LOCAL",
  8. CLOUD = "CLOUD"
  9. }
  10. //# sourceMappingURL=HydrawiseConnectionType.d.ts.map