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