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