This commit is contained in:
Chris Chen
2026-06-25 12:38:13 -07:00
parent a89e936f4d
commit bdccb79029
11 changed files with 416 additions and 103 deletions
@@ -36,6 +36,7 @@ export interface ExpenseDto extends ExpenseListItemDto {
/** AI assist suggestion: English translation + a proposed major/sub category (null when unclassified). */
export interface ExpenseAiSuggestion {
englishDescription: string | null;
chineseDescription: string | null;
groupId: number | null;
subCategoryId: number | null;
groupLabel: string | null;