export interface BoltArtifactData {
  id: string;
  title: string;
  type?: string | undefined;
}