bolt.new/app/types/artifact.ts
2024-09-25 19:54:09 +01:00

5 lines
69 B
TypeScript

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