1 2 3 4 5 6 7
import { AbuseState } from './abuse-state.model' export interface AbuseUpdate { moderationComment?: string state?: AbuseState }