diff --git a/packages/restapi/src/lib/types/index.ts b/packages/restapi/src/lib/types/index.ts index 9335011a7..c6d032f3c 100644 --- a/packages/restapi/src/lib/types/index.ts +++ b/packages/restapi/src/lib/types/index.ts @@ -379,7 +379,7 @@ export interface ChatMemberProfile { address: string; intent: boolean; role: string; - profile: UserV2; + userInfo: UserV2; } export interface GroupMembersInfo {