Type alias NumberOption

NumberOption: WithType<"number"> & WithBasic & WithMisc & WithNumber & WithParam & WithValue<number> & WithKnownValue<string, number> & WithEnumerable<number> & (WithDefault | WithRequired) & (WithExample | WithParamName) & (WithEnums | WithRange)

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