Explorar el Código

refactor(types): 用户类型

qinlaiqiao hace 5 años
padre
commit
4affecebe7
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;
 }
 
+export interface IContactUser extends IUserTmp {
+  recentDate: number;
+}
+
 export interface ILoginResult {
   userID: string;
 }