瀏覽代碼

refactor(types): 用户类型

qinlaiqiao 5 年之前
父節點
當前提交
36be152989
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      types/src/interface/user.ts

+ 1 - 5
types/src/interface/user.ts

@@ -35,10 +35,6 @@ export enum UserType {
   PROFESSIONAL = 'professional',
 }
 
-export interface IContact {
-  userID: string;
-}
-
 export interface IUsed {
   compilationId: string;
 }
@@ -71,7 +67,7 @@ interface IUsedCptItem {
   firstUseTime: number;
 }
 
-interface IContactItem {
+export interface IContactItem {
   // 用户 ID
   userID: string;
   // 第一成为联系人的时间