diff --git a/src/@ionic-native/plugins/smartlook/index.ts b/src/@ionic-native/plugins/smartlook/index.ts index d863c64d3..b88a1e509 100644 --- a/src/@ionic-native/plugins/smartlook/index.ts +++ b/src/@ionic-native/plugins/smartlook/index.ts @@ -52,9 +52,9 @@ export class SmartlookSetupConfig { } export class SmartlookResetSession { - private resetUser: string; + private resetUser: boolean; - constructor(resetUser: string) { + constructor(resetUser: boolean) { this.resetUser = resetUser; } }