Interface ClientConnection

interface ClientConnection {
    REST: string;
    WebSocket: string;
}

Properties

Properties

REST: string
WebSocket: string