export interface DownloadResponse { /** * The name of the artifact that was downloaded */ artifactName: string /** * The full Path to where the artifact was downloaded */ downloadPath: string }