Repository URL to install this package:
export interface OnGatewayConnection<T = any> { handleConnection(client: T, ...args: any[]): any; }