export type DXCWebSocketStatus = 'not-started' | 'connecting' | 'connected' | 'disconnected' | 'error';