Documentation
    Preparing search index...

    Interface JournalExpansionResponse

    The response for a journal expansion.

    interface JournalExpansionResponse {
        _links: { self: Href };
        dungeons: NameIdKey[];
        id: number;
        name: string;
        raids: NameIdKey[];
        world_bosses?: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    dungeons: NameIdKey[]
    id: number
    name: string
    raids: NameIdKey[]
    world_bosses?: NameIdKey[]