SocketInjectableNsp
@tsed/socketio
Usage
typescript
import { SocketInjectableNsp } from "@tsed/socketio";
See /packages/third-parties/socketio/src/types/interfaces/SocketInjectableNsp.ts.
Overview
ts
interface SocketInjectableNsp {
propertyKey: string;
nsp?: string | RegExp;
}
propertyKey
ts
propertyKey: string;
nsp
ts
nsp?: string | RegExp;