Begin user quota
This commit is contained in:
parent
e7dbeae8d9
commit
b0f9f39ed7
29 changed files with 274 additions and 55 deletions
|
@ -2,4 +2,5 @@ export interface UserCreate {
|
|||
username: string
|
||||
password: string
|
||||
email: string
|
||||
videoQuota: number
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue