소스 검색

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',
   PROFESSIONAL = 'professional',
 }
 }
 
 
-export interface IContact {
-  userID: string;
-}
-
 export interface IUsed {
 export interface IUsed {
   compilationId: string;
   compilationId: string;
 }
 }
@@ -71,7 +67,7 @@ interface IUsedCptItem {
   firstUseTime: number;
   firstUseTime: number;
 }
 }
 
 
-interface IContactItem {
+export interface IContactItem {
   // 用户 ID
   // 用户 ID
   userID: string;
   userID: string;
   // 第一成为联系人的时间
   // 第一成为联系人的时间