Documentation
    Preparing search index...

    Interface ModifiedCraftingIndexResponse

    The response for a modified crafting index.

    interface ModifiedCraftingIndexResponse {
        _links: { self: Href };
        categories: { href: string };
        slot_types: { href: string };
    }

    Hierarchy

    • ResponseBase
      • ModifiedCraftingIndexResponse
    Index

    Properties

    _links: { self: Href }
    categories: { href: string }
    slot_types: { href: string }