UNPKG

koishi-plugin-mizuki-bot

Version:
4 lines (3 loc) 163 B
import { Context } from 'koishi'; import { User } from '../database'; export declare const GetUser: (ctx: Context, id: string, platform: string) => Promise<User>;