Wasm Directoryalpha
Record

analyze-a-recipe-search-query-response

No description available.

record analyze-a-recipe-search-query-response {
  cuisines: list​<string>,
  dishes: list​<analyze-a-recipe-search-query-response-dishes-item>,
  ingredients: list​<analyze-a-recipe-search-query-response-ingredients-item>,
  modifiers: list​<string>,
}

Fields

NameTypeDescription
cuisineslist​<string>
disheslist​<analyze-a-recipe-search-query-response-dishes-item>
ingredientslist​<analyze-a-recipe-search-query-response-ingredients-item>
modifierslist​<string>