feat: add user role selection to EditUserData in UsersPage
Some checks failed
Frontend CI / lint (push) Failing after 1m57s
Frontend CI / build (push) Has been skipped

This commit is contained in:
JSC
2025-09-13 22:39:04 +02:00
parent 851738f04f
commit 43b03e61bd
2 changed files with 40 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ export interface UserUpdate {
plan_id?: number
credits?: number
is_active?: boolean
role?: 'user' | 'admin'
}
export interface MessageResponse {