Documentation
    Preparing search index...

    Interface ModifiedCraftingReagentSlotTypeIndexResponse

    The response for a modified crafting reagent slot type index.

    interface ModifiedCraftingReagentSlotTypeIndexResponse {
        _links: { self: Href };
        slot_types: SlotType[];
    }

    Hierarchy

    • ResponseBase
      • ModifiedCraftingReagentSlotTypeIndexResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    slot_types: SlotType[]