Skip to content

Commit

Permalink
chore: exports record result types from module (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugurakin1 authored Oct 8, 2024
1 parent d7faf11 commit 9fd3335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/results.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ interface OxygenSaturationRecordResult extends OxygenSaturationRecord {}
interface PowerRecordResult
extends Replace<PowerRecord, 'samples', PowerResult[]> {}

type HealthConnectRecordResult =
export type HealthConnectRecordResult =
| ActiveCaloriesBurnedRecordResult
| BasalBodyTemperatureRecordResult
| BasalMetabolicRateRecordResult
Expand Down

0 comments on commit 9fd3335

Please sign in to comment.