Add archived flag to categories
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
022533ceb6
commit
35fda65112
1 changed files with 1 additions and 0 deletions
|
@ -3,5 +3,6 @@ export class Category {
|
|||
title: string;
|
||||
amount: number;
|
||||
expense: boolean;
|
||||
archived: boolean;
|
||||
budgetId: number;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue