mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-17 11:09:06 +08:00
### 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)
This commit is contained in:
6
web/src/interfaces/database/base.ts
Normal file
6
web/src/interfaces/database/base.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export interface ResponseType {
|
||||
retcode: number;
|
||||
data: any;
|
||||
retmsg: string;
|
||||
status: number;
|
||||
}
|
||||
Reference in New Issue
Block a user