Files
2026-07-13 12:44:30 +08:00

5 lines
69 B
TypeScript

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