Explorar el Código

update type of IUser

jam411 hace 3 años
padre
commit
76f5bba57c
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

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