Documentation
    Preparing search index...

    Interface ModifiedCraftingCategoryIndexResponse

    The response for a modified crafting category index.

    interface ModifiedCraftingCategoryIndexResponse {
        _links: { self: Href };
        categories: (KeyBase & { id: number; name?: string })[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    categories: (KeyBase & { id: number; name?: string })[]