UNPKG

koishi-plugin-beatsaber-bot

Version:

一个 用于 BeatSaber 的 koishi Bot 插件

8 lines (7 loc) 168 B
export interface AioOauthTokenResponse { "access_token": string; "token_type": string; expires_in: number; refresh_token: string; scope?: string; }