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