File size: 98 Bytes
2e1ab99
 
 
 
 
1
2
3
4
5
6
export interface BoltArtifactData {
  id: string;
  title: string;
  type?: string | undefined;
}