newbolt / app /types /artifact.ts
0Scottzilla0's picture
Upload folder using huggingface_hub
8481fea verified
raw
history blame contribute delete
69 Bytes
export interface BoltArtifactData {
id: string;
title: string;
}