1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +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,4 +1,5 @@
export * from './user.model'
export * from './user-create.model'
export * from './user-update.model'
export * from './user-update-me.model'
export * from './user-role.type'