Merge pull request #504 from thecodacus/bundle-artifact

feat(UI): added artifact bundling for custom long artifacts like uploading folder
This commit is contained in:
Anirban Kar
2024-12-06 17:16:50 +05:30
committed by GitHub
7 changed files with 51 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
export interface BoltArtifactData {
id: string;
title: string;
type?: string | undefined;
}