Documentation
    Preparing search index...

    Interface ConnectedRealmResponse

    Connected Realm API response.

    interface ConnectedRealmResponse {
        _links: { self: Href };
        auctions: { href: string };
        has_queue: boolean;
        id: number;
        mythic_leaderboards: { href: string };
        population: { name: RealmPopulation; type: RealmPopulationCapitalized };
        realm_locked_status?: RealmLockedStatus;
        realms: Realm[];
        status: { name: RealmStatus; type: "DOWN" | "UP" };
    }

    Hierarchy

    • ResponseBase
      • ConnectedRealmResponse
    Index

    Properties

    _links: { self: Href }
    auctions: { href: string }
    has_queue: boolean
    id: number
    mythic_leaderboards: { href: string }
    population: { name: RealmPopulation; type: RealmPopulationCapitalized }
    realm_locked_status?: RealmLockedStatus
    realms: Realm[]
    status: { name: RealmStatus; type: "DOWN" | "UP" }