Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-24 03:35:42 +00:00
co-authored by renee-png
parent fdcf2ff192
commit e429ffeab9
+4
View File
@@ -29,6 +29,10 @@ interface IncomingEmail {
is_archived: boolean;
has_attachments: boolean;
attachment_count: number;
case_id: string | null;
match_status: string;
match_suggestions: Array<{ case_id: string; score: number; reasons: string[] }>;
matched_case?: { id: string; case_number: string; title: string } | null;
}
function InboxPage() {