Dankoss Docs - v0.1.0
    Preparing search index...

    Type Alias NutritionFacts

    Represents the nutritional profile of a product or recipe.

    type NutritionFacts = {
        calories: string;
        carbs: string;
        fats: string;
        fiber: string;
        protein: string;
        sugar: string;
    }
    Index

    Properties

    calories: string

    Energy value, typically in kcal.

    carbs: string

    Carbohydrate content (e.g., "75 g").

    fats: string

    Fat content (e.g., "13 g").

    fiber: string

    Dietary fiber content (e.g., "3 g").

    protein: string

    Protein content (e.g., "20 g").

    sugar: string

    Sugar content (e.g., "3 g").