We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
State:
{ id: Number, expenses: [{ title: String, amount: Number, // reoccuring: String // will use pre-defined constants dateAdded: Date, category: String // will use pre-defined constants }], income: [{ title: String, amount: Number, // reoccuring: String // will use pre-defined constants dateAdded: Date, source: String // will use pre-defined constants }], totalSum: Number }