0fecf427d
edbc93254
441e453ae
1
2 3 4 5 6
7
8 9 10
import { AccountSummary } from '../../actors/account.model' export interface AbuseMessage { id: number message: string byModerator: boolean createdAt: Date | string account: AccountSummary }