Viewing File: /home/maglabs/greentech/wp-content/plugins/leadin/scripts/shared/enums/connectionStatus.ts

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

export default ConnectionStatus;
Back to Directory File Manager