Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ccccbdd
ragflow
/
web
/
src
/
interfaces
/
database
/
base.ts
balibabu
feat: add CreateFlowModal #918 (#1343)
9ee6e3a
10 months ago
raw
Copy download link
history
blame
109 Bytes
export
interface
ResponseType
<T =
any
> {
retcode
:
number
;
data
: T;
retmsg
:
string
;
status
:
number
;
}