jo3t / app /types /artifact.ts
samifalouti1
Fresh start without binaries
55d48a7
export interface BoltArtifactData {
id: string;
title: string;
type?: string | undefined;
}