bolt.diy / app /types /artifact.ts
Heuehneje's picture
bolt.diy
baa4c21 verified
raw
history blame contribute delete
103 Bytes
export interface BoltArtifactData {
id: string;
title: string;
type?: string | undefined;
}