/** * Enumeration for the different types of Hydrawise API bindings: Cloud or Local * @readonly * @enum {string} */ export enum HydrawiseConnectionType { LOCAL = 'LOCAL', CLOUD = 'CLOUD' }