internal
type ArrayObjectSetting = CommonSettingOptions & {
  type: "array-object", 
  subSettings: SettingDefinition[], 
}