/** * WebSocket Adapter Configuration * * * @author Mahsum UREBE * @licence MIT * @interface */ import { HttpAdapterConfigInterface } from "../../http"; export interface WebsocketAdapterConfigInterface extends HttpAdapterConfigInterface { }