Add reason when banning a user
This commit is contained in:
parent
a6ce68673a
commit
eacb25c436
24 changed files with 215 additions and 44 deletions
|
@ -14,4 +14,7 @@ export interface User {
|
|||
createdAt: Date
|
||||
account: Account
|
||||
videoChannels?: VideoChannel[]
|
||||
|
||||
blocked: boolean
|
||||
blockedReason?: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue