UNPKG

110 BTypeScriptView Raw
1/**
2 * @publicApi
3 */
4export interface OnGatewayDisconnect<T = any> {
5 handleDisconnect(client: T): any;
6}