export type Report = {
    id: string;
    action_taken: boolean;
};
