UNPKG

koishi-plugin-beatsaber-bot

Version:

一个 用于 BeatSaber 的 koishi Bot 插件

7 lines (6 loc) 304 B
import { Context } from "koishi"; export declare function getUserBSAccountInfo(ctx: Context, userid: number): Promise<{ blAccount: import("../../tables").BSRelateOAuthAccount; ssAccount: import("../../tables").BSRelateOAuthAccount; bsAccount: import("../../tables").BSRelateOAuthAccount; }>;