export interface Action { action: string; document_id: string; status: string; role_name: string; email?: string; }