mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-27 22:33:03 +00:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
export interface BoltArtifactData {
|
|
id: string;
|
|
title: string;
|
|
type?: string | undefined;
|
|
}
|