PokéRogue
    Preparing search index...

    Type Alias ReadonlySetDeep<ItemType>

    ReadonlySetDeep: {} & Readonly<ReadonlySet<ReadonlyDeep<ItemType>>>

    Same as ReadonlyDeep, but accepts only ReadonlySets as inputs. Internal helper for ReadonlyDeep.

    Type Parameters

    • ItemType