mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
9 lines
130 B
TypeScript
9 lines
130 B
TypeScript
import { type LLOneBot } from './preload'
|
|
|
|
declare global {
|
|
interface Window {
|
|
llonebot: LLOneBot
|
|
LiteLoader: any
|
|
}
|
|
}
|