WIP
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user