Variable renaming

This commit is contained in:
Konrad Pabjan
2023-08-01 12:21:08 -04:00
parent 3ee6b4b169
commit a3d4efa112
2 changed files with 4 additions and 4 deletions
@@ -5,7 +5,7 @@ export interface UploadResponse {
artifactName: string
/**
* Total size of the artifact in bytes that was uploaded
* Total size of the artifact that was uploaded in bytes
*/
size: number
}