/** * @remarks Interface for fetching Digital WebSocket URL from DX API */ export interface DigitalEventHubResponse { /** * @remarks url of the region based DX websocket connection */ websocketUrl: string; }