Documentation
    Preparing search index...

    Interface QuestAreaResponse

    The response for a quest area.

    interface QuestAreaResponse {
        _links: { self: Href };
        area: string;
        id: number;
        quests: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • QuestAreaResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    area: string
    id: number
    quests: NameIdKey[]