interface ResponsibleContent {
    content_type: string;
    content_type_text: string;
    deleted_content_preview: string;
    entity_id: number;
    takedown_type: number;
    taken_at: number;
    violation_text: string;
    violation_type: string;
}

Properties

content_type: string
content_type_text: string
deleted_content_preview: string
entity_id: number
takedown_type: number
taken_at: number
violation_text: string
violation_type: string