mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-04 11:24:00 +08:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
import 'umi/typings';
|
|
declare module 'lodash';
|
|
|
|
export type Nullable<T> = T | null;
|