UNPKG

@colour93/koishi-plugin-apex-helper

Version:
8 lines (7 loc) 245 B
import { Context, Schema } from 'koishi'; export declare const name = "apex-helper"; export interface Config { apikey: string; } export declare const Config: Schema<Config>; export declare function apply(ctx: Context, config: Config): void;