UNPKG

onebots

Version:

OneBots 整合适配器和协议,提供HTTP/WebSocket服务

9 lines 309 B
import type { Schema } from '@onebots/core'; export type ConfigSchemaBundle = { base: Schema; general: Schema; protocols: Record<string, Schema>; adapters: Record<string, Schema>; }; export declare const getAppConfigSchema: () => ConfigSchemaBundle; //# sourceMappingURL=config-schema.d.ts.map