Skip to content

Commit 30b21f9

Browse files
committed
fix/gui: type errors
1 parent 2b6db53 commit 30b21f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bridge/manage-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { UpdateInfo } from "../main/update";
1+
import type { UpdateInfo } from "../main/update";
22

33
export interface CacheGroupStats {
44
entryCount: number;

0 commit comments

Comments
 (0)