UNPKG

85 BTypeScriptView Raw
1export interface WebSocketServerOptions {
2 port: number;
3 namespace: string;
4}