UNPKG

koishi-plugin-mizuki-bot

Version:
5 lines (4 loc) 260 B
import { Context } from 'koishi'; import { CharacterSkin, CharacterTable } from './types'; export declare const loadCharacterSkins: (ctx: Context) => Promise<CharacterSkin[]>; export declare const loadCharacterTable: (ctx: Context) => Promise<CharacterTable>;