feat: add icon url to api service

This commit is contained in:
2025-06-07 19:21:14 +02:00
parent b7a67c208f
commit 3ceeab04e1
3 changed files with 23 additions and 5 deletions

View File

@ -22,6 +22,7 @@ type ApiService struct {
UpdatedAt time.Time `json:"updated_at"`
IsActive bool `json:"is_active"`
Description *string `json:"description"`
IconUrl *string `json:"icon_url"`
}
type User struct {