1
0
Fork 0
toolkit/packages/artifact/src/internal/download-options.ts

8 lines
238 B
TypeScript
Raw Normal View History

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
}