Interface UploadFromUrlInput

The UploadFromUrlInput used by the constructor of UploadFromUrl

interface UploadFromUrlInput {
    url: string;
}

Properties

Properties

url: string

The url to download the data from