This commit is contained in:
手瓜一十雪
2024-11-14 13:58:25 +08:00
parent cdb01e5e13
commit 347f126796
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ export enum GroupMemberRole {
}
export interface GroupMember {
memberRealLevel: string | undefined;
memberRealLevel: number | undefined;
memberSpecialTitle?: string;
avatarPath: string;
cardName: string;