Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Dec 18, 2024
1 parent 4e71ac2 commit db47918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-typings/src/IMessage/IMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export interface IMessage extends IRocketChatRecord {

private?: boolean;
/* @deprecated */
bot?: boolean;
bot?: Record<string, any>;
sentByEmail?: boolean;
webRtcCallEndTs?: Date;
role?: string;
Expand Down

0 comments on commit db47918

Please sign in to comment.