Skip to content

Commit c1b8f54

Browse files
refactor(): add blank line (web socket adapter interface)
1 parent a39821a commit c1b8f54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/common/interfaces/websockets/web-socket-adapter.interface.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export interface WsMessageHandler<T = string> {
44
message: T;
55
callback: (...args: any[]) => Observable<any> | Promise<any>;
66
}
7+
78
export interface WebSocketAdapter<
89
TServer = any,
910
TClient = any,

0 commit comments

Comments
 (0)