export default interface DownloadFileOuputInterface { url?: string; status: "KO" | "OK"; message: string; }