UNPKG

88 BTypeScriptView Raw
1export interface OnGatewayDisconnect<T = any> {
2 handleDisconnect(client: T): any;
3}