move videoQuota under a user object, use byte PipeTransform
This commit is contained in:
parent
fc27b17c6b
commit
1869c87535
5 changed files with 24 additions and 1 deletions
|
@ -39,4 +39,8 @@ export interface ServerConfig {
|
|||
extensions: string[]
|
||||
}
|
||||
}
|
||||
|
||||
user: {
|
||||
videoQuota: number
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue