mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add user adminFlags
This commit is contained in:
parent
31b48aad47
commit
1eddc9a74f
65 changed files with 982 additions and 591 deletions
|
@ -1,4 +1,5 @@
|
|||
import { UserRole } from './user-role'
|
||||
import { UserAdminFlag } from './user-flag.model'
|
||||
|
||||
export interface UserUpdate {
|
||||
password?: string
|
||||
|
@ -7,4 +8,5 @@ export interface UserUpdate {
|
|||
videoQuota?: number
|
||||
videoQuotaDaily?: number
|
||||
role?: UserRole
|
||||
adminFlags?: UserAdminFlag
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue