bolt.new/app/types/artifact.ts

5 lines
69 B
TypeScript
Raw Normal View History

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