Documentation
    Preparing search index...

    Interface RecipeResponse

    interface RecipeResponse {
        cost: number;
        id: string;
        itemProduced: Item;
        name: string;
        reagents: Reagent[];
        slug: string;
    }
    Index

    Properties

    cost: number
    id: string
    itemProduced: Item
    name: string
    reagents: Reagent[]
    slug: string