Wasm Directoryalpha
Record

search-recipes-by-ingredients-params

No description available.

record search-recipes-by-ingredients-params {
  ingredients: option​<string>,
  number: option​<s32>,
  limit-license: option​<bool>,
  ranking: option​<f64>,
  ignore-pantry: option​<bool>,
}

Fields

NameTypeDescription
ingredientsoption​<string>
numberoption​<s32>
limit-licenseoption​<bool>
rankingoption​<f64>
ignore-pantryoption​<bool>