Update Expense interface to use new card and show_value fields
This commit is contained in:
parent
98765a3d2d
commit
089cdf067e
|
@ -37,6 +37,8 @@ export interface Expense {
|
|||
value: number;
|
||||
comment: string;
|
||||
date: string;
|
||||
card: Card;
|
||||
show_value: string;
|
||||
}
|
||||
|
||||
export interface Income {
|
||||
|
|
Loading…
Reference in New Issue
Block a user