Wasm Directoryalpha
Record

get-recipe-price-breakdown-by-id-response

No description available.

record get-recipe-price-breakdown-by-id-response {
  ingredients: list​<get-recipe-price-breakdown-by-id-response-ingredients-item>,
  total-cost: f64,
  total-cost-per-serving: f64,
}

Fields

NameTypeDescription
ingredientslist​<get-recipe-price-breakdown-by-id-response-ingredients-item>
total-costf64
total-cost-per-servingf64