fix(update): align no-update dependency injection

This commit is contained in:
Tam Nhu Tran
2026-04-10 23:06:37 -04:00
parent a4496ff1d9
commit 94bcad2d1a
3 changed files with 25 additions and 44 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ interface UpdateCache {
dismissed_version: string | null;
}
interface UpdateResult {
export interface UpdateResult {
status: 'update_available' | 'no_update' | 'check_failed';
reason?: string;
latest?: string;