Documentation
    Preparing search index...

    Interface QuestTypeIndexResponse

    The response for a quest type index.

    interface QuestTypeIndexResponse {
        _links: { self: Href };
        types: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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