File size: 69 Bytes
8f7821c
 
 
 
1
2
3
4
5
export interface BoltArtifactData {
  id: string;
  title: string;
}