Preparing search index...

    A group of ingredients with a common purpose (e.g., "For the sauce").

    interface IngredientGroup {
        purpose: null | string;
        ingredients: string[];
    }
    Index

    Properties

    Properties

    purpose: null | string
    ingredients: string[]