regenerate API

This commit is contained in:
smilerz
2024-04-23 10:35:45 -05:00
parent dd3f38fe75
commit a67b084b52
61 changed files with 7120 additions and 5452 deletions

View File

@@ -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}