bolt.new-any-llm/app/types/artifact.ts
2024-12-03 11:28:23 +05:30

6 lines
98 B
TypeScript

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