Discord.https - v3.0.16
    Preparing search index...

    Type Alias RestOrArray<Type>

    RestOrArray: Type[] | [Type[]]

    Represents data that may be an array or came from a rest parameter.

    Type Parameters

    • Type

    This type is used throughout builders to ensure both an array and variadic arguments may be used. It is normalized with normalizeArray.