package response import ( "server/dao/example" ) type ExaFileResponse struct { File example.ExaFileUploadAndDownload `json:"file"` }