/** * @publicApi */ export interface OnGatewayConnection { handleConnection(client: T, ...args: any[]): any; }