export interface BodyBatteryDailyEntry { calendarDate: string; values: { lowBodyBattery: number; highBodyBattery: number; }; }