mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Add user update for admins
This commit is contained in:
parent
980246ea8f
commit
8094a89802
21 changed files with 290 additions and 51 deletions
|
@ -1,5 +1,4 @@
|
|||
export interface UserUpdate {
|
||||
displayNSFW?: boolean
|
||||
password?: string
|
||||
email?: string
|
||||
videoQuota?: number
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue