19a3b914f
69818c939
1 2
3 4
5
6 7 8 9 10 11 12
13 14
import { Account } from '../actors' export interface VideoAbuse { id: number reason: string reporterAccount: Account video: { id: number name: string uuid: string url: string } createdAt: Date }