Jelajahi Sumber

add isEnableQuestionnaire attr

Taichi Masuyama 3 tahun lalu
induk
melakukan
efe8935b7a
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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 = {