Logo
Explore Help
Register Sign In
dale_yxc/ragflow_python
1
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

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
Powered by Gitea Version: 1.24.6 Page: 76ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API