package response import "ln/nft/model/example" type ExaFileResponse struct { File example.ExaFileUploadAndDownload `json:"file"` }