fix: revert get_friends_with_category return type

This commit is contained in:
Clansty
2024-08-12 16:35:08 +08:00
parent b58a194c8a
commit 8f6d26b65c
5 changed files with 15 additions and 17 deletions

View File

@@ -176,10 +176,7 @@ export interface SimpleInfo {
intimate: any | null;
}
export interface FriendV2 extends SimpleInfo {
categoryId?: number;
categroyName?: string;
}
export type FriendV2 = SimpleInfo;
export interface SelfStatusInfo {
uid: string;