diff --git a/src/@ionic-native/plugins/admob/index.ts b/src/@ionic-native/plugins/admob/index.ts index eab092b3..02148445 100644 --- a/src/@ionic-native/plugins/admob/index.ts +++ b/src/@ionic-native/plugins/admob/index.ts @@ -246,7 +246,7 @@ export class Admob extends IonicNativePlugin { * Use one of these constants as adSize option when calling createBannerView * @readonly */ - @CordovaProperty + @CordovaProperty() readonly AD_SIZE: { BANNER: string; IAB_MRECT: string; @@ -259,7 +259,7 @@ export class Admob extends IonicNativePlugin { * This enum represents AdMob's supported ad types * @readonly */ - @CordovaProperty + @CordovaProperty() readonly AD_TYPE: { BANNER: string; INTERSTITIAL: string;