Skip to content

Commit

Permalink
Add is_admin to user model
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoom-Developer committed Nov 17, 2024
1 parent d31ced0 commit ec3aa2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/entities/user/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export type User = {
focus_user: FocusUser
focus_is_liked: boolean
verify: boolean
is_admin: boolean
}

export type FocusUser = Omit<User, 'is_active' | 'focus_is_liked'>

0 comments on commit ec3aa2a

Please sign in to comment.