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

    Type Alias RecursiveArray<ItemType>

    RecursiveArray: readonly (ItemType | RecursiveArray<ItemType>)[]

    A type that recursively traverses into arrays.

    Type Parameters

    • ItemType