1 2 3 4 5
export interface VideoAbuseObject { type: 'Flag' content: string object: string | string[] }