DownloadOptions

type DownloadOptions = Prettify<
ResolveSchemeOptions & { requestTimeoutMs?: number }
>;