UNPKG

koishi-plugin-equery

Version:

山东大学青岛校区宿舍剩余电量查询

8 lines (7 loc) 240 B
import { Context, Schema } from "koishi"; export declare const name = "equery"; export interface Config { apiKey: string; } export declare const Config: Schema<Config>; export declare function apply(ctx: Context, config: Config): void;