This commit is contained in:
archer
2024-09-12 18:05:06 +08:00
committed by Archer
parent da1126ed3c
commit 0abbcf1401

View File

@@ -12,6 +12,7 @@ import { Worker } from 'worker_threads';
import { TemplateMarketItemType } from '@fastgpt/global/core/workflow/type'; import { TemplateMarketItemType } from '@fastgpt/global/core/workflow/type';
declare global { declare global {
var systemVersion: string;
var feConfigs: FastGPTFeConfigsType; var feConfigs: FastGPTFeConfigsType;
var systemEnv: SystemEnvType; var systemEnv: SystemEnvType;
var subPlans: SubPlanType | undefined; var subPlans: SubPlanType | undefined;