UNPKG

koishi-plugin-kbot

Version:
7 lines (6 loc) 198 B
import type { Context } from 'koishi'; import { Schema } from 'koishi'; export interface IConfig { } export declare const Config: Schema<IConfig>; export declare function apply(ctx: Context): void;