Remove unused type

This commit is contained in:
Matthias 2022-12-06 06:29:44 +01:00
parent 52a98846da
commit f630ecfbe7

View File

@ -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: () => {