mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-09-08 10:14:35 +08:00
7b71fb2db6
* feat: modify routing to nested mode * feat: rename document
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
import 'umi/typings';
|
|
declare module 'lodash';
|
|
|
|
export type Nullable<T> = T | null;
|