Changes for signed URL artifacts (#197)

This commit is contained in:
Salih Altun
2024-04-16 20:40:59 +03:00
committed by GitHub
parent b6f3bc2c41
commit eb668baba8
6 changed files with 106 additions and 70 deletions

View File

@@ -31,6 +31,7 @@ export type ArtifactApiResponse = {
step_id: string;
artifact_type: ArtifactType;
uri: string;
signed_url?: string | null;
organization_id: string;
};