This commit is contained in:
Rob Herley
2023-08-21 17:47:17 -04:00
parent 9b383229c1
commit 3aaff6685b
2 changed files with 11 additions and 7 deletions

View File

@@ -80,6 +80,10 @@ export interface DownloadArtifactResponse {
* If the artifact download was successful
*/
success: boolean
/**
* The path where the artifact was downloaded to
*/
downloadPath?: string
}
export interface DownloadArtifactOptions {