mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
create transactions from AI receipt image recognition results
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export interface RecognizedReceiptImageResponse {
|
||||
readonly type: number;
|
||||
readonly time?: number;
|
||||
readonly categoryId?: string;
|
||||
readonly sourceAccountId?: string;
|
||||
readonly destinationAccountId?: string;
|
||||
readonly sourceAmount?: number;
|
||||
readonly destinationAmount?: number;
|
||||
readonly tagIds?: string[];
|
||||
readonly comment?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user