Files
oh-my-opencode/dist/hooks/auto-update-checker/checker/pinned-version-updater.d.ts
T

3 lines
232 B
TypeScript
Raw Normal View History

export declare function updatePinnedVersion(configPath: string, oldEntry: string, newVersion: string): boolean;
export declare function revertPinnedVersion(configPath: string, failedVersion: string, originalEntry: string): boolean;