bolt.diy / app /types /artifact.ts
aproli90's picture
Upload 289 files
2e1ab99 verified
raw
history blame
98 Bytes
export interface BoltArtifactData {
id: string;
title: string;
type?: string | undefined;
}