Documentation
    Preparing search index...

    Interface QuestIndexResponse

    The response for a quest index.

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

    Hierarchy

    • ResponseBase
      • QuestIndexResponse
    Index

    Properties

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