Documentation
    Preparing search index...

    Interface RecipeResponse

    The response for a recipe.

    interface RecipeResponse {
        _links: { self: Href };
        crafted_item: NameIdKey;
        crafted_quantity: CraftedQuantity;
        id: number;
        media: Media;
        name: string;
        reagents: Reagent[];
    }

    Hierarchy

    • NameId
    • ResponseBase
      • RecipeResponse
    Index

    Properties

    _links: { self: Href }
    crafted_item: NameIdKey
    crafted_quantity: CraftedQuantity
    id: number
    media: Media
    name: string
    reagents: Reagent[]