UNPKG

107 BTypeScriptView Raw
1/**
2 * @publicApi
3 */
4export interface WebSocketServerOptions {
5 port: number;
6 namespace: string;
7}