Preparing search index...

    Interface DatasetCollection

    interface DatasetCollection {
        ingredients: ingredientTableElement[];
        tags: tagTableElement[];
        recipes: recipeTableElement[];
    }
    Index

    Properties

    ingredients: ingredientTableElement[]