type DownloadFileResult = {
  uuid: string;
  link: string;
  local: string;
};
