Documentation
    Preparing search index...

    Interface QuestTypeResponse

    The response for a quest type.

    interface QuestTypeResponse {
        _links: { self: Href };
        id: number;
        quests: NameIdKey[];
        type: string;
    }

    Hierarchy

    • ResponseBase
      • QuestTypeResponse
    Index

    Properties

    Properties

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