ragflow / web /typings.d.ts
balibabu
fix: Change document status with @tanstack/react-query #13306 (#2788)
db736e5
raw
history blame
76 Bytes
declare module 'lodash';
declare global {
type Nullable<T> = T | null;
}