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
535b15ace9097a16624f9805d4841b03ebf504d0
ragflow_python
/
web
/
typings.d.ts
6 lines
76 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix: use @tanstack/react-query to get knowledge base data #1306 (#1609) ### What problem does this PR solve? fix: use @tanstack/react-query to get knowledge base data #1306 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
2024-07-19 15:50:44 +08:00
declare
module
'lodash'
;
declare
global
{
type
Nullable
<
T
>
=
T
|
null
;
}
Reference in New Issue
Copy Permalink