/** * @publicApi */ export interface OnGatewayDisconnect { handleDisconnect(client: T): any; }