Documentation
    Preparing search index...

    Interface ModifiedCraftingCategoryResponse

    The response for a modified crafting category.

    interface ModifiedCraftingCategoryResponse {
        _links: { self: Href };
        id: number;
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    id: number
    name?: string