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