fix(admob): add missing license property

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

View File

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