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