enum ProviderStatus { NOT_AVAILABLE = -1, NOT_CONNECTED = 0, CONNECTED = 1 } export default ProviderStatus