Explorar o código

add isEnableQuestionnaire attr

Taichi Masuyama %!s(int64=3) %!d(string=hai) anos
pai
achega
efe8935b7a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/core/src/interfaces/user.ts

+ 1 - 0
packages/core/src/interfaces/user.ts

@@ -22,6 +22,7 @@ export type IUser = {
   lastLoginAt?: Date,
   introduction: string,
   status: IUserStatus,
+  isEnableQuestionnaire: boolean,
 }
 
 export type IUserGroupRelation = {