aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores.types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores.types.ts')
-rw-r--r--src/stores.types.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stores.types.ts b/src/stores.types.ts
index e5978a392..c63cdd4b8 100644
--- a/src/stores.types.ts
+++ b/src/stores.types.ts
@@ -231,7 +231,6 @@ interface TodosStore {
231 actions: Actions; 231 actions: Actions;
232 api: Api; 232 api: Api;
233 isFeatureActive: () => void; 233 isFeatureActive: () => void;
234 isFeatureEnabled: () => void;
235 isInitialized: true; 234 isInitialized: true;
236 stores: Stores; 235 stores: Stores;
237 userAgentModel: () => void; 236 userAgentModel: () => void;
@@ -246,7 +245,6 @@ interface TodosStore {
246 _reactions: any[]; 245 _reactions: any[];
247 _reload: () => void; 246 _reload: () => void;
248 _routeCheckReaction: () => void; 247 _routeCheckReaction: () => void;
249 _setFeatureEnabledReaction: () => void;
250 _updateSettings: () => void; 248 _updateSettings: () => void;
251 _updateTodosConfig: () => void; 249 _updateTodosConfig: () => void;
252 isFeatureEnabledByUser: () => void; 250 isFeatureEnabledByUser: () => void;
@@ -343,7 +341,6 @@ export interface WorkspacesStore {
343 saving: boolean; 341 saving: boolean;
344 filterServicesByActiveWorkspace: () => void; 342 filterServicesByActiveWorkspace: () => void;
345 isFeatureActive: () => void; 343 isFeatureActive: () => void;
346 isFeatureEnabled: () => void;
347 isSettingsRouteActive: () => void; 344 isSettingsRouteActive: () => void;
348 isSwitchingWorkspace: () => void; 345 isSwitchingWorkspace: () => void;
349 isWorkspaceDrawerOpen: () => void; 346 isWorkspaceDrawerOpen: () => void;
@@ -359,7 +356,6 @@ export interface WorkspacesStore {
359 _openDrawerWithSettingsReaction: () => void; 356 _openDrawerWithSettingsReaction: () => void;
360 _reactions: any[]; 357 _reactions: any[];
361 _setActiveServiceOnWorkspaceSwitchReaction: () => void; 358 _setActiveServiceOnWorkspaceSwitchReaction: () => void;
362 _setFeatureEnabledReaction: () => void;
363 _setWorkspaceBeingEditedReaction: () => void; 359 _setWorkspaceBeingEditedReaction: () => void;
364 _toggleKeepAllWorkspacesLoadedSetting: () => void; 360 _toggleKeepAllWorkspacesLoadedSetting: () => void;
365 _updateSettings: () => void; 361 _updateSettings: () => void;