Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
matthoffner/chatbot
matthoffner
/
chatbot-mini
like
2
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
chatbot-mini
/
types
/
error.ts
matthoffner
Duplicate from matthoffner/chatbot
3861128
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
100 Bytes
export
interface
ErrorMessage
{
code
:
String
|
null
;
title
:
String
;
messageLines
:
String
[];
}