Documentation
    Preparing search index...

    Interface QuestCategoryIndexResponse

    The response for a quest category index.

    interface QuestCategoryIndexResponse {
        _links: { self: Href };
        categories: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • QuestCategoryIndexResponse
    Index

    Properties

    Properties

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