Package version:

The properties of a response to source upload request.

interface SourceUploadDefinition {
    relativePath?: string;
    uploadUrl?: string;
}

Properties

relativePath?: string

The relative path to the source. This is used to submit the subsequent queue build request.

uploadUrl?: string

The URL where the client can upload the source.