Преглед изворни кода

set lastLoginAt property optional

kaori пре 3 година
родитељ
комит
63e64ac3ed
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/core/src/interfaces/user.ts

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

@@ -18,7 +18,7 @@ export type IUser = {
   lang: Lang,
   slackMemberId?: string,
   createdAt: Date,
-  lastLoginAt: Date,
+  lastLoginAt?: Date,
 }
 
 export type IUserGroupRelation = {