Skip to content

@kaiord/core


@kaiord/core / DayExpenditureInput

Type Alias: DayExpenditureInput

DayExpenditureInput = object

Defined in: packages/core/src/application/energy/expenditure.ts:19

Properties

basalActivityFactor?

optional basalActivityFactor?: number

Defined in: packages/core/src/application/energy/expenditure.ts:30

NEAT multiplier applied to BMR for the predicted basal; defaults to 1. The measured path ignores it.


bmrKcal

bmrKcal: number

Defined in: packages/core/src/application/energy/expenditure.ts:23

Basal metabolic rate (kcal/day) for the predicted fallback.


expectedActivityKcal

expectedActivityKcal: number

Defined in: packages/core/src/application/energy/expenditure.ts:25

Estimated activity kcal for the predicted fallback (Phase 4 input).


measured?

optional measured?: MeasuredWellness

Defined in: packages/core/src/application/energy/expenditure.ts:21

Present only when device wellness covers the day.