UNPKG

104 BTypeScriptView Raw
1export interface OnGatewayConnection<T = any> {
2 handleConnection(client: T, ...args: any[]): any;
3}