This commit is contained in:
idranme 2024-08-31 22:59:42 +08:00
parent f8b2be246f
commit 2637a5da6d
No known key found for this signature in database
GPG Key ID: 926F7B5B668E495F

5
src/global.d.ts vendored
View File

@ -2,9 +2,6 @@ import type { LLOneBot } from './preload'
import { Dict } from 'cosmokit' import { Dict } from 'cosmokit'
declare global { declare global {
interface Window { var llonebot: LLOneBot
llonebot: LLOneBot
LiteLoader: Dict
}
var LiteLoader: Dict var LiteLoader: Dict
} }