Skip to content

Commit

Permalink
User.modifiedTime should be optional #10221
Browse files Browse the repository at this point in the history
(cherry picked from commit 883ab56)
  • Loading branch information
edloidas authored and rymsha committed Jan 8, 2024
1 parent 844eacf commit cef469a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lib/core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface User {
type: 'user';
key: UserKey;
displayName: string;
modifiedTime: string;
modifiedTime?: string;
disabled?: boolean;
email?: string;
login: string;
Expand Down

0 comments on commit cef469a

Please sign in to comment.