const ConnectionStatus = {
  Connected: 'Connected',
  NotConnected: 'NotConnected',
} as const;

export default ConnectionStatus;
