Add channelName to user-create server-side and models

This commit is contained in:
kimsible 2020-07-29 15:49:04 +02:00 committed by Chocobozzz
parent 4abe9c593a
commit 3d215dc5f9
2 changed files with 6 additions and 1 deletions

View file

@ -9,4 +9,5 @@ export interface UserCreate {
videoQuotaDaily: number
role: UserRole
adminFlags?: UserAdminFlag
channelName: string
}