bolt.diy/app/types/artifact.ts

6 lines
98 B
TypeScript
Raw Normal View History

export interface BoltArtifactData {
id: string;
title: string;
2024-12-03 05:58:23 +00:00
type?: string | undefined;
}