Files
oh-my-opencode/dist/hooks/auto-update-checker/hook/config-errors-toast.d.ts
T

3 lines
136 B
TypeScript
Raw Normal View History

import type { PluginInput } from "@opencode-ai/plugin";
export declare function showConfigErrorsIfAny(ctx: PluginInput): Promise<void>;