Make channelName optionnal only for the API

This commit is contained in:
kimsible 2020-07-29 18:35:17 +02:00 committed by Chocobozzz
parent 4e68fc8605
commit 69db147043
2 changed files with 2 additions and 2 deletions

View file

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