diff --git a/src/@ionic-native/plugins/background-geolocation/index.ts b/src/@ionic-native/plugins/background-geolocation/index.ts index f4e073fda..1f38d6dc6 100644 --- a/src/@ionic-native/plugins/background-geolocation/index.ts +++ b/src/@ionic-native/plugins/background-geolocation/index.ts @@ -404,7 +404,7 @@ export interface BackgroundGeolocationConfig { * * @default 100 */ - syncThreshold?: string; + syncThreshold?: number; /** * Optional HTTP headers sent along in HTTP request.