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
/
folder.ts
Niansuh
Upload 250 files
af9dbf5
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
132 Bytes
export
interface
FolderInterface
{
id
:
string
;
name
:
string
;
type
:
FolderType
;
}
export
type
FolderType
=
'chat'
|
'prompt'
;