mwbot-ts - v1.2.7
    Preparing search index...

    Type Alias PickOrDefault<V, S, TD, TX>Private

    PickOrDefault: S extends (infer K)[]
        ? { [P in K & PropertyKey]-?: GetOrDefault<V, P, TD, TX> }
        : GetOrDefault<V, S & PropertyKey, TD, TX>

    Type used to define MwConfig.

    Type Parameters