Sfoglia il codice sorgente

add isEnableQuestionnaire attr

Taichi Masuyama 3 anni fa
parent
commit
efe8935b7a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 = {