diff --git a/src/declarations/interfaces/MotionActivityEvent.d.ts b/src/declarations/interfaces/MotionActivityEvent.d.ts index 2c4dd387..5509f40e 100644 --- a/src/declarations/interfaces/MotionActivityEvent.d.ts +++ b/src/declarations/interfaces/MotionActivityEvent.d.ts @@ -22,7 +22,7 @@ declare module "react-native-background-geolocation" { * | `on_bicycle` | * | `in_vehicle` | */ - activity: string; + type: string; /** * Confidence of the reported device motion activity in %. */