clide-js
    Preparing search index...

    Type Alias OptionBaseType<T>

    OptionBaseType: T extends keyof OptionBaseTypeMap
        ? T
        : KeyWithMatchingValue<OptionPrimitiveTypeMap, T, OptionBaseTypeMap>

    Get a union of base option types with the same primitive type as the given option type.

    Type Parameters