aboutsummaryrefslogtreecommitdiff
path: root/src/lib.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.ts')
-rw-r--r--src/lib.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.ts b/src/lib.ts
index 66e0176..cf0e50f 100644
--- a/src/lib.ts
+++ b/src/lib.ts
@@ -129,3 +129,5 @@ export type UiOptions = {
disabledActions: Set<Action>,
useDblClick: boolean,
};
+// Used in Settings.vue, and when saving to localStorage
+export type OptionType = 'LYT' | 'UI';