Add channelName to user-create server-side and models
This commit is contained in:
parent
4abe9c593a
commit
3d215dc5f9
2 changed files with 6 additions and 1 deletions
|
@ -9,4 +9,5 @@ export interface UserCreate {
|
|||
videoQuotaDaily: number
|
||||
role: UserRole
|
||||
adminFlags?: UserAdminFlag
|
||||
channelName: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue