From 99d192314e4b23af9afea0fe45f074642e816001 Mon Sep 17 00:00:00 2001 From: lizhuoyuan <2820814112@qq.com> Date: Fri, 3 Jan 2025 14:56:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Druntime.d.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runtime.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime.d.ts b/runtime.d.ts index f8345632..6ab8127e 100644 --- a/runtime.d.ts +++ b/runtime.d.ts @@ -2967,5 +2967,6 @@ interface Main { log(e: string | Error, error: boolean): void } +declare var core: CoreMixin declare let flags: { [x: string]: any } declare let hero : CoreMixin['status']['hero'] \ No newline at end of file