Files
oh-my-opencode/dist/index.d.ts
T
2026-03-14 04:56:50 +00:00

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";