Interface: KnownConfigValues
Defined in: shared/types/configTypes.ts:42
Specific configuration value types for known settings.
Remarksโ
Provides more specific typing for commonly used configuration keys.
Propertiesโ
enabledFeaturesโ
enabledFeatures: string[];
Defined in: shared/types/configTypes.ts:44
Array of enabled features
historyLimitโ
historyLimit: number;
Defined in: shared/types/configTypes.ts:46
Maximum number of history entries to keep
languageโ
language: string;
Defined in: shared/types/configTypes.ts:48
UI language code
notificationsEnabledโ
notificationsEnabled: boolean;
Defined in: shared/types/configTypes.ts:50
Enable/disable notifications
refreshIntervalโ
refreshInterval: number;
Defined in: shared/types/configTypes.ts:52
Auto-refresh interval in milliseconds
themeโ
theme: ThemeIdentifier;
Defined in: shared/types/configTypes.ts:54
Application theme (suggested palette values with extension support)