UNPKG

koishi-plugin-equery

Version:

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

4 lines (3 loc) 225 B
import { PluginResponse } from "./utils/response"; export declare function buildingToId(building: string): string; export declare function query(building: string, room: string, synjonesAuth: string): Promise<PluginResponse>;