|
|
@@ -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;
|
|
|
// 第一成为联系人的时间
|