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

    Type Alias MultiValue<T>

    MultiValue: T | T[]

    Represents a value that can be either a single item of type T or an array of T.

    Useful for API inputs or configurations that accept both a single value and multiple values.

    Type Parameters

    • T

      The base type.