This website requires JavaScript.
Explore
Help
Register
Sign In
dale_yxc
/
ragflow_python
Watch
1
Star
0
Fork
0
You've already forked ragflow_python
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a99d19bdeadb339fd84c32548c067667a53cc266
ragflow_python
/
web
/
src
/
interfaces
/
database
/
base.ts
7 lines
109 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: add CreateFlowModal #918 (#1343) ### What problem does this PR solve? feat: add CreateFlowModal #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2024-07-02 16:15:54 +08:00
export
interface
ResponseType
<
T
=
any
>
{
feat: catch errors when sending messages #918 (#1113) ### What problem does this PR solve? feat: catch errors when sending messages #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2024-06-11 15:46:12 +08:00
retcode
:
number
;
feat: add CreateFlowModal #918 (#1343) ### What problem does this PR solve? feat: add CreateFlowModal #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2024-07-02 16:15:54 +08:00
data
:
T
;
feat: catch errors when sending messages #918 (#1113) ### What problem does this PR solve? feat: catch errors when sending messages #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2024-06-11 15:46:12 +08:00
retmsg
:
string
;
status
:
number
;
}
Reference in New Issue
Copy Permalink