mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
style: format
This commit is contained in:
14
src/global.d.ts
vendored
14
src/global.d.ts
vendored
@@ -1,10 +1,8 @@
|
||||
import {LLOneBot} from "./preload";
|
||||
|
||||
|
||||
import { type LLOneBot } from './preload'
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
llonebot: LLOneBot;
|
||||
LiteLoader: any;
|
||||
}
|
||||
}
|
||||
interface Window {
|
||||
llonebot: LLOneBot
|
||||
LiteLoader: any
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user