UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

4 lines 155 B
export interface OnGatewayConnection<T = any> { handleConnection(client: T, ...args: any[]): any; } //# sourceMappingURL=on-gateway-connection.d.ts.map