interface DownloadURL {
    headers: Record<string, string[]>;
    url: string;
}

Properties

Properties

headers: Record<string, string[]>
url: string