feat: Implement admin role validation and enhance user management scripts
All checks were successful
Gitea Actions Demo / build-and-push (push) Successful in 17s
All checks were successful
Gitea Actions Demo / build-and-push (push) Successful in 17s
This commit is contained in:
@@ -18,6 +18,7 @@ export interface User {
|
||||
marked_for_deletion_at: string | null
|
||||
deletion_in_progress: boolean
|
||||
deletion_attempted_at: string | null
|
||||
role: string
|
||||
}
|
||||
|
||||
export interface Child {
|
||||
|
||||
Reference in New Issue
Block a user