1
0
Fork 0
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:
Chocobozzz 2017-09-05 21:29:39 +02:00
parent 980246ea8f
commit 8094a89802
21 changed files with 290 additions and 51 deletions

View file

@ -1,5 +1,4 @@
export interface UserUpdate {
displayNSFW?: boolean
password?: string
email?: string
videoQuota?: number
}