aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/moderation/abuse/abuse-update.model.ts
blob: 4360fe7aca2ba0ac15d7484409530234e2e90b8a (plain) (blame)
1
2
3
4
5
6
7
import { AbuseState } from './abuse-state.model'

export interface AbuseUpdate {
  moderationComment?: string

  state?: AbuseState
}