Add ability to report account
This commit is contained in:
parent
8ca56654a1
commit
cfde28bac3
33 changed files with 514 additions and 214 deletions
|
@ -62,9 +62,9 @@ export interface Abuse {
|
|||
// FIXME: deprecated in 2.3, remove the following properties
|
||||
|
||||
// @deprecated
|
||||
startAt: null
|
||||
startAt?: null
|
||||
// @deprecated
|
||||
endAt: null
|
||||
endAt?: null
|
||||
|
||||
// @deprecated
|
||||
count?: number
|
||||
|
|
|
@ -73,7 +73,9 @@ export interface UserNotification {
|
|||
threadId: number
|
||||
|
||||
video: {
|
||||
id: number
|
||||
uuid: string
|
||||
name: string
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue