mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 05:11:31 -05:00
regenerate API
This commit is contained in:
@@ -52,16 +52,16 @@ export interface Ingredient {
|
||||
unit: Unit | null;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @type {number}
|
||||
* @memberof Ingredient
|
||||
*/
|
||||
amount: string;
|
||||
amount: number;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @type {Array<any>}
|
||||
* @memberof Ingredient
|
||||
*/
|
||||
readonly conversions: string;
|
||||
readonly conversions: Array<any>;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
@@ -94,10 +94,10 @@ export interface Ingredient {
|
||||
originalText?: string;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @type {Array<any>}
|
||||
* @memberof Ingredient
|
||||
*/
|
||||
readonly usedInRecipes: string;
|
||||
readonly usedInRecipes: Array<any>;
|
||||
/**
|
||||
*
|
||||
* @type {boolean}
|
||||
|
||||
Reference in New Issue
Block a user