Browse Source

feat(types): user

qinlaiqiao 4 years ago
parent
commit
caf02369c1
1 changed files with 0 additions and 4 deletions
  1. 0 4
      types/src/interface/user.ts

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

@@ -104,7 +104,3 @@ export interface IUser {
 export interface IRecentUser extends IUser {
 export interface IRecentUser extends IUser {
   recentDate: number;
   recentDate: number;
 }
 }
-
-export interface ILoginResult {
-  userID: string;
-}