This website requires JavaScript.
Explore
Help
Register
Sign In
zlei6
/
ragflow
Watch
1
Star
0
Fork
0
You've already forked ragflow
mirror of
https://github.com/infiniflow/ragflow.git
synced
2026-07-12 14:45:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c6512e689b2fe28c1fc10f34fe2324f59cd4d5b0
ragflow
/
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