internal
type BooleanSetting = CommonSettingOptions & {
  type: "boolean", 
  enableConfirmMessage?: string, 
  disableConfirmMessage?: string, 
}