Skip to content

Commit

Permalink
fix(ios): add array type to HealthKitAnchoredWorkoutResult deleteRecords
Browse files Browse the repository at this point in the history
  • Loading branch information
alarm109 committed Feb 10, 2023
1 parent 79d3113 commit 13d8207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/healthKitTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export type HealthWorkoutRecordQuery = Array<HealthWorkoutRecord>;
export interface HealthKitAnchoredWorkoutResult {
anchor: number;
newRecords: HealthWorkoutRecordQuery;
deletedRecords: HealthKitDeletedWorkoutRecord;
deletedRecords: HealthKitDeletedWorkoutRecord[];
}

export interface HealthDataRecord {
Expand Down

0 comments on commit 13d8207

Please sign in to comment.