This commit is contained in:
2025-06-08 15:35:21 +02:00
parent 935019c1c4
commit 2a6f96d787
6 changed files with 94 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
package types
type DashboardSummary struct {
Income int64
Savings int64
Expenses int64
Total int64
}