Skip to content

Commit

Permalink
revert to message any type
Browse files Browse the repository at this point in the history
  • Loading branch information
RomneyDa committed Jan 6, 2025
1 parent 98c2b7a commit 0a3fb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/protocol/messenger/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { v4 as uuidv4 } from "uuid";

import type { IProtocol } from "../index";

export interface Message<T = unknown> {
export interface Message<T = any> {
messageType: string;
messageId: string;
data: T;
Expand Down

0 comments on commit 0a3fb19

Please sign in to comment.