ragflow / web /typings.d.ts
balibabu
feat: modify routing to nested mode and rename document (#52)
7b71fb2
raw
history blame
88 Bytes
import 'umi/typings';
declare module 'lodash';
export type Nullable<T> = T | null;