add enum types where possible

This commit is contained in:
diPhantxm
2023-04-02 12:52:55 +03:00
parent 3af6ad40c5
commit 3507be6ec2
6 changed files with 138 additions and 27 deletions

View File

@@ -76,7 +76,7 @@ type GetListOfWarehousesResponse struct {
Status string `json:"status"`
// Warehouse working days
WorkingDays []string `json:"working_days"`
WorkingDays []WorkingDay `json:"working_days"`
} `json:"resulCommonResponse"`
}