mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-08-10 17:50:58 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
import 'umi/typings';
|
|
declare module 'lodash';
|
|
|
|
export type Nullable<T> = T | null;
|