UNPKG

@addapptables/ng-web-socket

Version:
6 lines (5 loc) 224 B
import { WebSocketOptions } from '../models/websocket-options.model'; export interface ISocketWithOptions<T = any> { withOptions(): WebSocketOptions<T>; } export declare const withOptions: keyof ISocketWithOptions;