3
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-06-05 22:13:15 +08:00

fix(admob): add missing license property

fixes 
This commit is contained in:
Ibby Hadeed 2017-03-29 18:39:46 -04:00
parent 208748a660
commit 2b94ffdc44

@ -66,6 +66,11 @@ export interface AdMobOptions {
*/ */
adExtras?: AdExtras; adExtras?: AdExtras;
/**
* License key for the plugin
*/
license?: any;
} }
export interface AdExtras { export interface AdExtras {