Files
oh-my-opencode/dist/hooks/auto-update-checker/hook/model-cache-warning.d.ts
T

3 lines
144 B
TypeScript
Raw Normal View History

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