Type Alias DownloadFile

type DownloadFile = {
    path: string;
}
Index

Properties

Properties

path: string

file path to the file to downlaod.