Skip to content

Commit

Permalink
feat: add is_staff property to user type
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Jul 31, 2023
1 parent 30b3501 commit e96b7e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/shared/src/types/user.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ type User = {
family_name: string;
name: string;
organization_name?: string;
is_staff?: boolean;
};
export default User;

0 comments on commit e96b7e9

Please sign in to comment.