export type files_FilePresignedDownload = { /** * DownloadUrl is a short-lived presigned URL for the file's binary contents. */ downloadUrl?: string; };