We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38f874 commit e48a560Copy full SHA for e48a560
src/frontend/components/Settings/types.ts
@@ -66,8 +66,3 @@ export interface InputWidgetSettings extends BaseWidgetSettings {
66
steer: SteerWidgetSettings;
67
};
68
}
69
-
70
-/* eslint-disable @typescript-eslint/no-empty-object-type */
71
-export interface AdvancedSettings extends BaseWidgetSettings {
72
- // Add specific advanced settings here
73
-}
0 commit comments