(key: string)
| 77 | * Get the default value for a setting |
| 78 | */ |
| 79 | export function getDefaultValue(key: string): SettingDefinition['default'] { |
| 80 | return FLATTENED_SCHEMA[key]?.default; |
| 81 | } |
| 82 | |
| 83 | /** |
| 84 | * Get all setting keys that require restart |
no outgoing calls
no test coverage detected