@hedia/types 3.11.0-alpha.342 → 3.12.0-alpha.343
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -88,7 +88,7 @@ export interface ILogbookEntry {
|
|
|
88
88
|
*/
|
|
89
89
|
insulin_entered_units: number | null;
|
|
90
90
|
/**
|
|
91
|
-
* The amount of carbohydrates
|
|
91
|
+
* The amount of carbohydrates used as input for a calculation (the user entered this carbohydrate amount in the calculation flow).
|
|
92
92
|
*/
|
|
93
93
|
carbohydrates_input_grams: number | null;
|
|
94
94
|
/**
|
package/package.json
CHANGED