package response import "ln/nft/model/example" type ExaCustomerResponse struct { Customer example.ExaCustomer `json:"customer"` }