Documentation
    Preparing search index...

    Interface QuestIndexResponse

    The response for a quest index.

    interface QuestIndexResponse {
        _links: { self: Href };
        areas: Href;
        categories: Href;
        types: Href;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    areas: Href
    categories: Href
    types: Href