mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 12:49:02 -05:00
regenerate API
This commit is contained in:
@@ -46,10 +46,10 @@ export interface UnitConversion {
|
||||
readonly name: string;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @type {number}
|
||||
* @memberof UnitConversion
|
||||
*/
|
||||
baseAmount: string;
|
||||
baseAmount: number;
|
||||
/**
|
||||
*
|
||||
* @type {Unit}
|
||||
@@ -58,10 +58,10 @@ export interface UnitConversion {
|
||||
baseUnit: Unit;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @type {number}
|
||||
* @memberof UnitConversion
|
||||
*/
|
||||
convertedAmount: string;
|
||||
convertedAmount: number;
|
||||
/**
|
||||
*
|
||||
* @type {Unit}
|
||||
|
||||
Reference in New Issue
Block a user