From d944f6259b017b00d0898422a56b8a1454183b95 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期三, 06 十一月 2024 10:59:13 +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