UNPKG

solver-sdk

Version:

SDK для интеграции с Code Solver Backend API

5 lines 232 B
import { BaseWebSocketClient } from './base-ws-client'; export declare class NotificationsWsClient extends BaseWebSocketClient { constructor(baseURL: string, options?: {}); } //# sourceMappingURL=notifications-ws-client.d.ts.map