From 7b1ce6433c5a0617ddb73e18bda610f925b709fd Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期二, 12 十一月 2024 14:12:04 +0800 Subject: [PATCH] 预测项详情 --- types/env.d.ts | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/types/env.d.ts b/types/env.d.ts index 1326e3b..40ce343 100644 --- a/types/env.d.ts +++ b/types/env.d.ts @@ -5,6 +5,9 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types const component: DefineComponent<{}, {}, any> export default component + + export class ToolHeader { + } } interface ImportMetaEnv { -- Gitblit v1.9.3