From 2637a5da6de9fcf57816223c6370e86562c9fd30 Mon Sep 17 00:00:00 2001
From: idranme <idranme@outlook.com>
Date: Sat, 31 Aug 2024 22:59:42 +0800
Subject: [PATCH] chore

---
 src/global.d.ts | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/global.d.ts b/src/global.d.ts
index d378e52..dfe6aa2 100644
--- a/src/global.d.ts
+++ b/src/global.d.ts
@@ -2,9 +2,6 @@ import type { LLOneBot } from './preload'
 import { Dict } from 'cosmokit'
 
 declare global {
-  interface Window {
-    llonebot: LLOneBot
-    LiteLoader: Dict
-  }
+  var llonebot: LLOneBot
   var LiteLoader: Dict
 }
\ No newline at end of file