import { WebsocketEndpoint } from '../../types/Endpoint/WebsocketEndpoint.js'; import '../../types/Endpoint/WebsocketAuthorization.js'; import '../../enums/Endpoint/WebsocketBitrate.js'; /** * @deprecated This interface is deprecated. Please update to use the WebsocketEndpoint type */ type WebsocketEndpointObject = WebsocketEndpoint; export type { WebsocketEndpointObject };