Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Heuehneje/bolt.diy
legends810
/
bolt.diy
like
0
Running
App
Files
Files
Community
1
main
bolt.diy
/
app
/
types
/
artifact.ts
Heuehneje
bolt.diy
baa4c21
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
103 Bytes
export
interface
BoltArtifactData
{
id
:
string
;
title
:
string
;
type
?:
string
|
undefined
;
}