package response import "byg-backend/model/example" type ExaCustomerResponse struct { Customer example.ExaCustomer `json:"customer"` }