Convert SettingsStore to TS

This commit is contained in:
Travis Ralston
2020-07-29 10:57:14 -06:00
parent 51968a8072
commit 9d124ff09b
3 changed files with 107 additions and 71 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ const LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG = [
SettingLevel.CONFIG,
];
interface ISetting {
export interface ISetting {
// Must be set to true for features. Default is 'false'.
isFeature?: boolean;