From 66f401fd1248ce8d1624ec82342af5e07c51554e Mon Sep 17 00:00:00 2001 From: Natsuu Date: Wed, 14 Jan 2026 03:52:30 +0000 Subject: refactor: enhance UIState class by adding type for currentView and updating setView method --- ui/src/types/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/src/types') diff --git a/ui/src/types/index.ts b/ui/src/types/index.ts index dc0915b..b7ff0a0 100644 --- a/ui/src/types/index.ts +++ b/ui/src/types/index.ts @@ -1,3 +1,5 @@ +export type ViewType = "home" | "versions" | "settings"; + export interface Version { id: string; type: string; -- cgit v1.2.3-70-g09d2