Documentation
    Preparing search index...

    Interface QuestAreaIndexResponse

    The response for a quest area index.

    interface QuestAreaIndexResponse {
        _links: { self: Href };
        areas: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • QuestAreaIndexResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    areas: NameIdKey[]