mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-30 18:32:47 +00:00
fix: ts
This commit is contained in:
parent
da1126ed3c
commit
0abbcf1401
|
|
@ -12,6 +12,7 @@ import { Worker } from 'worker_threads';
|
|||
import { TemplateMarketItemType } from '@fastgpt/global/core/workflow/type';
|
||||
|
||||
declare global {
|
||||
var systemVersion: string;
|
||||
var feConfigs: FastGPTFeConfigsType;
|
||||
var systemEnv: SystemEnvType;
|
||||
var subPlans: SubPlanType | undefined;
|
||||
|
|
|
|||
Loading…
Reference in New Issue