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[];
    }

    Hierarchy

    • NameId
    • ResponseBase
      • JournalExpansionResponse
    Index

    Properties

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