feat: add user role selection to EditUserData in UsersPage
This commit is contained in:
@@ -17,6 +17,7 @@ export interface UserUpdate {
|
||||
plan_id?: number
|
||||
credits?: number
|
||||
is_active?: boolean
|
||||
role?: 'user' | 'admin'
|
||||
}
|
||||
|
||||
export interface MessageResponse {
|
||||
|
||||
Reference in New Issue
Block a user