SettingsTreeChildren
type SettingsTreeChildren = Record<string, SettingsTreeNode>;
A map of child node names to SettingsTreeNode objects.
type SettingsTreeChildren = Record<string, SettingsTreeNode>;
A map of child node names to SettingsTreeNode objects.