Add ability to update the user display name/description

This commit is contained in:
Chocobozzz
2018-04-26 10:03:40 +02:00
parent d62cf3234c
commit ed56ad1193
23 changed files with 215 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
import { NSFWPolicyType } from '../videos/nsfw-policy.type'
export interface UserUpdateMe {
displayName?: string
description?: string
nsfwPolicy?: NSFWPolicyType
autoPlayVideo?: boolean