Explorar el Código

add isEnableQuestionnaire attr

Taichi Masuyama hace 3 años
padre
commit
efe8935b7a
Se han modificado 1 ficheros con 1 adiciones y 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 = {