asap.it/app/types/artifact.ts
2024-12-14 00:37:18 -05:00

5 lines
98 B
TypeScript

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