Type Alias OptionCustomType<T>

OptionCustomType: T | KeyWithMatchingValue<OptionPrimitiveTypeMap, T>

A custom option type that extends the base option types.

Type Parameters