diff options
Diffstat (limited to 'shared/models/moderation')
-rw-r--r-- | shared/models/moderation/abuse/abuse.model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/moderation/abuse/abuse.model.ts b/shared/models/moderation/abuse/abuse.model.ts index 7f126ba4a..781870b1a 100644 --- a/shared/models/moderation/abuse/abuse.model.ts +++ b/shared/models/moderation/abuse/abuse.model.ts | |||
@@ -79,4 +79,4 @@ export type UserVideoAbuse = Omit<AdminVideoAbuse, 'countReports' | 'nthReport'> | |||
79 | export type UserVideoCommentAbuse = AdminVideoCommentAbuse | 79 | export type UserVideoCommentAbuse = AdminVideoCommentAbuse |
80 | 80 | ||
81 | export type UserAbuse = Omit<AdminAbuse, 'reporterAccount' | 'countReportsForReportee' | 'countReportsForReporter' | 'startAt' | 'endAt' | 81 | export type UserAbuse = Omit<AdminAbuse, 'reporterAccount' | 'countReportsForReportee' | 'countReportsForReporter' | 'startAt' | 'endAt' |
82 | | 'count' | 'nth'> | 82 | | 'count' | 'nth' | 'moderationComment'> |