dev / app /types /artifact.ts
Charan5775's picture
Add application file
8f7821c
raw
history blame contribute delete
69 Bytes
export interface BoltArtifactData {
id: string;
title: string;
}