aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/types/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/types/index.ts')
-rw-r--r--ui/src/types/index.ts2
1 files changed, 2 insertions, 0 deletions
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;