Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
T1ckbase
/
bolt.diy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0ee3736
bolt.diy
/
app
/
types
/
artifact.ts
codacus
fixed test cases
fee629d
9 months ago
raw
Copy download link
history
blame
Safe
98 Bytes
export
interface
BoltArtifactData
{
id
:
string
;
title
:
string
;
type
?:
string
|
undefined
;
}