Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
matthoffner/chatbot
matthoffner
/
starchat-ui
like
21
Runtime error
App
Files
Files
Community
main
starchat-ui
/
types
/
data.ts
matthoffner
Duplicate from matthoffner/chatbot
13095e0
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
63 Bytes
export
interface
KeyValuePair
{
key
:
string
;
value
:
any
;
}