bolt.diy / app /types /artifact.ts
codacus's picture
fixed test cases
fee629d
raw
history blame
98 Bytes
export interface BoltArtifactData {
id: string;
title: string;
type?: string | undefined;
}