bolt.diy/app/types/artifact.ts

6 lines
87 B
TypeScript

export interface BoltArtifactData {
id: string;
title: string;
type?: string;
}