updates to get/list artifacts

This commit is contained in:
Rob Herley
2023-12-02 21:18:22 -05:00
parent 8f1c589e25
commit c1f9d37323
4 changed files with 55 additions and 22 deletions

View File

@@ -124,6 +124,11 @@ export interface Artifact {
* The size of the artifact in bytes
*/
size: number
/**
* The time when the artifact was created
*/
createdAt?: Date
}
// FindOptions are for fetching Artifact(s) out of the scope of the current run.