Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Oct 31, 2024
1 parent 791ee69 commit 4b468cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main/src/client/QQClient/entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export interface QQEntity {

export interface QQUser extends QQEntity {
readonly uid: number;
readonly dm: true;
}

export interface Friend extends QQUser {
Expand All @@ -37,7 +36,6 @@ export interface Group extends QQEntity {
readonly is_owner: boolean;
readonly is_admin: boolean;
readonly fs: GroupFs;
readonly dm: false;

pickMember(uid: number, strict?: boolean): GroupMember;

Expand Down

0 comments on commit 4b468cd

Please sign in to comment.