Explorar el Código

feat(type): 用户是否可创建项目

vian hace 4 años
padre
commit
dd462cc118
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/user.ts

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

@@ -97,6 +97,7 @@ export interface IAPUser {
   dataID: string;
   created: string;
   createdID: string;
+  isCreated?: boolean; // 是否可创建,字段由后台定义
 }
 
 // 最近联系人