fixed test cases
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface BoltArtifactData {
|
||||
id: string;
|
||||
title: string;
|
||||
type?: string;
|
||||
type?: string | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user