Files
oh-my-opencode/dist/hooks/auto-update-checker/hook/background-update-check.d.ts
T

3 lines
232 B
TypeScript
Raw Normal View History

import type { PluginInput } from "@opencode-ai/plugin";
export declare function runBackgroundUpdateCheck(ctx: PluginInput, autoUpdate: boolean, getToastMessage: (isUpdate: boolean, latestVersion?: string) => string): Promise<void>;