Explorar o código

update type of IUser

jam411 %!s(int64=3) %!d(string=hai) anos
pai
achega
76f5bba57c
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

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