diabetic-utils / GlucoseReading
Defined in: types.ts:24
Single clinical glucose reading. Includes value, unit, and ISO 8601 timestamp for clinical analytics.
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7445493/
readonly
timestamp:string
Defined in: types.ts:27
readonly
unit:GlucoseUnit
Defined in: types.ts:26
readonly
value:number
Defined in: types.ts:25