This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
ragflow
Watch
1
Star
0
Fork
0
You've already forked ragflow
mirror of
https://github.com/infiniflow/ragflow.git
synced
2025-07-27 02:40:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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