UNPKG

koishi-plugin-beatsaber-bot

Version:

一个 用于 BeatSaber 的 koishi Bot 插件

9 lines (8 loc) 158 B
export interface BSUserResponse { id: number; name: string; admin: boolean; avatar: boolean; curator: boolean; description: string; }