UNPKG

koishi-plugin-vv

Version:
10 lines (9 loc) 292 B
import { Context, Schema } from "koishi"; export declare const name = "vv"; export interface Config { apiBaseUrl: string; defaultImageCount: number; timeout: number; } export declare const Config: Schema<Config>; export declare function apply(ctx: Context, config: Config): void;