SingleDownloadOptions

type SingleDownloadOptions = {
maxRetries?: number;
timeoutInSeconds?: number;
};