1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +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

@ -0,0 +1,5 @@
export interface UserUpdateMe {
displayNSFW?: boolean
email?: string
password?: string
}