export enum ClientStatus {
  INACTIVE = 'inactive',
  STOPPED = 'stopped',
  SYNCING = 'syncing'
}
