mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
fix: revert get_friends_with_category return type
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user