migrate to typescript
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export enum CategoryType {
|
||||
Income = 1,
|
||||
Expense = 2,
|
||||
Transfer = 3
|
||||
}
|
||||
Reference in New Issue
Block a user