Przeglądaj źródła

update type of IUser

jam411 3 lat temu
rodzic
commit
76f5bba57c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      packages/core/src/interfaces/user.ts

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

@@ -19,6 +19,7 @@ export type IUser = {
   slackMemberId?: string,
   createdAt: Date,
   lastLoginAt?: Date,
+  introduction: string,
 }
 
 export type IUserGroupRelation = {