2020-02-11 09:49:46 -05:00
|
|
|
export interface DownloadOptions {
|
|
|
|
|
/**
|
|
|
|
|
* Specifies if a folder is created for the artifact that is downloaded (contents downloaded into this folder),
|
|
|
|
|
* defaults to false if not specified
|
|
|
|
|
* */
|
|
|
|
|
createArtifactFolder?: boolean
|
|
|
|
|
}
|