소스 검색

update type of IUser

jam411 3 년 전
부모
커밋
76f5bba57c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 = {