remove: core不要干多余的事情

This commit is contained in:
手瓜一十雪
2024-08-09 11:11:45 +08:00
parent 80555ea9d4
commit b2b070bcee
3 changed files with 28 additions and 15 deletions

View File

@@ -177,6 +177,16 @@ export interface FriendV2 extends SimpleInfo {
categoryId?: number;
categroyName?: string;
}
export interface SelfStatusInfo {
uid: string
status: number
extStatus: number
termType: number
netType: number
iconType: number
customStatus: any
setTime: string
}
export interface UserDetailInfoListenerArg {
uid: string;
uin: string;