added artifact bundling for custom long artifacts like uploading folder

This commit is contained in:
Anirban Kar
2024-12-02 18:30:21 +05:30
parent eb7676577d
commit 34a8a39a3c
5 changed files with 18 additions and 4 deletions

View File

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