6 lines
331 B
TypeScript
6 lines
331 B
TypeScript
import type { Plugin } from "@opencode-ai/plugin";
|
|
declare const OhMyOpenCodePlugin: Plugin;
|
|
export default OhMyOpenCodePlugin;
|
|
export type { OhMyOpenCodeConfig, AgentName, AgentOverrideConfig, AgentOverrides, McpName, HookName, BuiltinCommandName, } from "./config";
|
|
export type { ConfigLoadError } from "./shared/config-errors";
|