ThemeParks.wiki Parks API - v2.0.0
    Preparing search index...

    Type Alias DuplicateEntityId

    A repeated id, with the names competing for it in emission order.

    type DuplicateEntityId = {
        count: number;
        id: string;
        names: string[];
    }
    Index
    count: number

    How many entities claim it — always >= 2.

    id: string
    names: string[]

    Every entity claiming this id, in the order getEntities() emitted them.