Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Grocery

import type { Grocery } from "https://googleapis.deno.dev/v1/manufacturers:v1.ts";
interface Grocery {
activeIngredients?: string;
alcoholByVolume?: number;
allergens?: string;
derivedNutritionClaim?: string[];
directions?: string;
indications?: string;
ingredients?: string;
nutritionClaim?: string[];
storageInstructions?: string;
}

§Properties

§
activeIngredients?: string
[src]

Active ingredients.

§
alcoholByVolume?: number
[src]

Alcohol by volume.

§
allergens?: string
[src]

Allergens.

§
derivedNutritionClaim?: string[]
[src]

Derived nutrition claim.

§
directions?: string
[src]

Directions.

§
indications?: string
[src]

Indications.

§
ingredients?: string
[src]

Ingredients.

§
nutritionClaim?: string[]
[src]

Nutrition claim.

§
storageInstructions?: string
[src]

Storage instructions.