Type alias BooleanOption

BooleanOption: WithType<"boolean"> & WithBasic & WithMisc & WithParam & WithBoolean & WithValue<boolean> & WithKnownValue<string, boolean> & (WithDefault | WithRequired) & (WithExample | WithParamName)

An option that has a boolean value (accepts a single boolean parameter).