mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 09:44:47 +00:00
feat: 训练数据管理
This commit is contained in:
3
src/types/index.d.ts
vendored
3
src/types/index.d.ts
vendored
@@ -4,6 +4,9 @@ declare global {
|
||||
var mongodb: Mongoose | string | null;
|
||||
var generatingQA: boolean;
|
||||
var QRCode: any;
|
||||
interface Window {
|
||||
['pdfjs-dist/build/pdf']: any;
|
||||
}
|
||||
}
|
||||
|
||||
export type PagingData<T> = {
|
||||
|
Reference in New Issue
Block a user