From f630ecfbe76addf9174182ec619c0ffc510dd747 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 6 Dec 2022 06:29:44 +0100 Subject: [PATCH] Remove unused type --- src/stores/settings.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/stores/settings.ts b/src/stores/settings.ts index cc39e50c..bf082b1c 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -12,12 +12,6 @@ export enum OpenTradeVizOptions { noOpenTrades = 'noOpenTrades', } -export interface SettingsType { - openTradesInTitle?: string; - timezone?: string; - backgroundSync?: boolean; -} - export const useSettingsStore = defineStore('uiSettings', { // other options... state: () => {