fixed test cases

This commit is contained in:
Anirban Kar
2024-12-03 11:28:23 +05:30
parent 9d0066a449
commit fee629d8cd
4 changed files with 25 additions and 3 deletions

View File

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