Type alias DownloadProgressOpts

DownloadProgressOpts: CommonProgressOpts & {
    progress: FetchProgress;
}

Generated using TypeDoc