Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
samifalouti
/
jo3t
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
jo3t
/
app
/
types
/
artifact.ts
samifalouti1
Fresh start without binaries
55d48a7
2 months ago
raw
Copy download link
history
blame
contribute
delete
98 Bytes
export
interface
BoltArtifactData
{
id
:
string
;
title
:
string
;
type
?:
string
|
undefined
;
}