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