interface DownloadConfig {
    downloadUrl: string;
    formatName?: string;
}

Properties

downloadUrl: string
formatName?: string