Files
oh-my-opencode/dist/hooks/auto-update-checker/hook/startup-toasts.d.ts
T
2026-03-14 04:56:50 +00:00

4 lines
300 B
TypeScript

import type { PluginInput } from "@opencode-ai/plugin";
export declare function showVersionToast(ctx: PluginInput, version: string | null, message: string): Promise<void>;
export declare function showLocalDevToast(ctx: PluginInput, version: string | null, isSisyphusEnabled: boolean): Promise<void>;