package response type MasterStatusesResponse struct { ID uint `json:"id"` Name string `json:"name"` IsActive bool `json:"isActive"` }