diff --git a/packages/global/common/system/types/index.d.ts b/packages/global/common/system/types/index.d.ts index 828e87564..fadef3252 100644 --- a/packages/global/common/system/types/index.d.ts +++ b/packages/global/common/system/types/index.d.ts @@ -146,7 +146,20 @@ export type SystemEnvType = { chatApiKey?: string; customPdfParse?: customPdfParseType; - fileUrlWhitelist?: string[]; + customDomain?: customDomainType; +}; + +export type customDomainType = { + kc: { + aliyun?: string; + tencent?: string; + volcengine?: string; + }; + domain: { + aliyun?: string; + tencent?: string; + volcengine?: string; + }; }; export type customPdfParseType = {