Logo
Explore Help
Register Sign In
zlei6/ragflow
1
0
Fork 0
You've already forked ragflow
mirror of https://github.com/infiniflow/ragflow.git synced 2026-07-18 13:47:21 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
a99d19bdeadb339fd84c32548c067667a53cc266
ragflow/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.25.5 Page: 352ms 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