Skip to content

Commit

Permalink
fix: minor type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammeds1992 committed Nov 2, 2023
1 parent b277dd9 commit 8774ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/restapi/src/lib/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export interface ChatMemberProfile {
address: string;
intent: boolean;
role: string;
profile: UserV2;
userInfo: UserV2;
}

export interface GroupMembersInfo {
Expand Down

0 comments on commit 8774ca0

Please sign in to comment.