Documentation
    Preparing search index...

    Interface ModifiedCraftingCategoryIndexResponse

    The response for a modified crafting category index.

    interface ModifiedCraftingCategoryIndexResponse {
        _links: { self: Href };
        categories: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • ModifiedCraftingCategoryIndexResponse
    Index

    Properties

    Properties

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