export interface AbuseRequest { kind: string; value: boolean; affected_ids: number[]; }