export interface OnGatewayDisconnect { handleDisconnect(client: T): any; }