Skip to content

Commit 4a53530

Browse files
authored
Revert "Fixed MotionActivityEvent interface"
1 parent 9495b4f commit 4a53530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/declarations/interfaces/MotionActivityEvent.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ declare module "react-native-background-geolocation" {
2121
* | `running` |
2222
* | `walking` |
2323
*/
24-
type: string;
24+
activity: string;
2525
/**
2626
* Confidence of the reported device motion activity in %.
2727
*/

0 commit comments

Comments
 (0)