Procházet zdrojové kódy

refactor(types): 用户类型

qinlaiqiao před 4 roky
rodič
revize
4affecebe7
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      types/src/interface/user.ts

+ 4 - 0
types/src/interface/user.ts

@@ -169,6 +169,10 @@ export interface IRecentUser extends IUser {
   recentDate: number;
   recentDate: number;
 }
 }
 
 
+export interface IContactUser extends IUserTmp {
+  recentDate: number;
+}
+
 export interface ILoginResult {
 export interface ILoginResult {
   userID: string;
   userID: string;
 }
 }