Documentation
    Preparing search index...

    Interface QuestCategoryResponse

    The response for a quest category.

    interface QuestCategoryResponse {
        _links: { self: Href };
        category: string;
        id: number;
        quests: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • QuestCategoryResponse
    Index

    Properties

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