bolt.diy / app /types /artifact.ts
Sam Denty
fix: remove monorepo
6fb59d2 unverified
raw
history blame
69 Bytes
export interface BoltArtifactData {
id: string;
title: string;
}