Type Alias DownloadFile

type DownloadFile = {
    path: string;
}
Index
path: string

file path to the file to downlaod.