diff --git a/src/@ionic-native/plugins/themeable-browser/index.ts b/src/@ionic-native/plugins/themeable-browser/index.ts index 76e4a73b79..885363d40d 100644 --- a/src/@ionic-native/plugins/themeable-browser/index.ts +++ b/src/@ionic-native/plugins/themeable-browser/index.ts @@ -48,9 +48,9 @@ export interface ThemeableBrowserOptions { // inAppBrowser options location?: string; - hidden?: string; - clearcache?: string; - clearsessioncache?: string; + hidden?: boolean; + clearcache?: boolean; + clearsessioncache?: boolean; zoom?: string; hardwareback?: string; mediaPlaybackRequiresUserAction?: string;