UNPKG

@tsclean/core

Version:

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

5 lines 114 B
export interface WsResponse<T = any> { event: string; data: T; } //# sourceMappingURL=ws-response.d.ts.map