Preparing search index...

    Recipe item for the discovery list

    type DiscoveryListRecipeItem = {
        type: "recipe";
        key: string;
        recipe: DiscoveredRecipe;
    }
    Index

    Properties

    Properties

    type: "recipe"
    key: string