This commit is contained in:
archer
2024-09-12 18:05:06 +08:00
committed by shilin66
parent 146854160a
commit a8bf6a3a04

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;