This commit is contained in:
Rob Herley
2023-12-03 06:24:49 +00:00
committed by GitHub
parent c94ca49c9c
commit c11a7cdeac
5 changed files with 220 additions and 33 deletions

View File

@@ -3,7 +3,7 @@
* UploadArtifact *
* *
*****************************************************************************/
export interface UploadResponse {
export interface UploadArtifactResponse {
/**
* Denotes if an artifact was successfully uploaded
*/
@@ -21,7 +21,7 @@ export interface UploadResponse {
id?: number
}
export interface UploadOptions {
export interface UploadArtifactOptions {
/**
* Duration after which artifact will expire in days.
*