Rework the fuck of everything

This commit is contained in:
2025-10-19 15:17:36 +02:00
parent 123b2961a2
commit e016dd7851
19 changed files with 762 additions and 155 deletions

View File

@@ -29,4 +29,13 @@ type (
Success bool `json:"success"`
Error string `json:"error"`
}
WailsBill struct {
Data Bill `json:"data"`
Success bool `json:"success"`
Error string `json:"error"`
}
WailsVoid struct {
Success bool `json:"success"`
Error string `json:"error"`
}
)