Repository URL to install this package:
Version:
7.0.10 ▾
|
export interface NestGateway {
afterInit?: (server: any) => void;
handleConnection?: (...args: any[]) => void;
handleDisconnect?: (client: any) => void;
}