Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
matthoffner/starchat-ui
MattGPT
/
XS-AI_UI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
XS-AI_UI
/
types
/
folder.ts
MattGPT
Duplicate from matthoffner/starchat-ui
f491937
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
132 Bytes
export
interface
FolderInterface
{
id
:
string
;
name
:
string
;
type
:
FolderType
;
}
export
type
FolderType
=
'chat'
|
'prompt'
;