Documentation
    Preparing search index...

    Interface ModifiedCraftingCategoryResponse

    The response for a modified crafting category.

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

    Hierarchy

    • NameId
    • ResponseBase
      • ModifiedCraftingCategoryResponse
    Index

    Properties

    Properties

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