UNPKG

@nonebot/koishi-plugin-gscode

Version:
8 lines (7 loc) 274 B
import { Context, Schema } from 'koishi'; export declare const name = "gscode"; export declare const using: string[]; export interface Config { } export declare const Config: Schema<Config>; export declare function apply(ctx: Context, config: Config): Promise<void>;