wip
This commit is contained in:
8
internal/types/dashboard.go
Normal file
8
internal/types/dashboard.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package types
|
||||
|
||||
type DashboardSummary struct {
|
||||
Income int64
|
||||
Savings int64
|
||||
Expenses int64
|
||||
Total int64
|
||||
}
|
||||
Reference in New Issue
Block a user