Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Niansuh
/
T
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
T
/
types
/
data.ts
Niansuh
Upload 250 files
af9dbf5
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
63 Bytes
export
interface
KeyValuePair
{
key
:
string
;
value
:
any
;
}