mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
10 lines
210 B
TypeScript
10 lines
210 B
TypeScript
import type { LLOneBot } from './preload'
|
|
import { Dict } from 'cosmokit'
|
|
|
|
declare global {
|
|
var llonebot: LLOneBot
|
|
var LiteLoader: Dict
|
|
var authData: Dict | undefined
|
|
var navigation: Dict | undefined
|
|
}
|