UNPKG

126 BTypeScriptView Raw
1/**
2 * @publicApi
3 */
4export interface OnGatewayConnection<T = any> {
5 handleConnection(client: T, ...args: any[]): any;
6}