fix(types): fix RequestOptions.location ts type (#3418)

This commit is contained in:
Jonathan Puckey
2020-05-06 00:14:29 +02:00
committed by GitHub
parent 1d7cd28f85
commit f0fdbff719

View File

@@ -710,7 +710,7 @@ export namespace FirebaseAdMobTypes {
* });
* ```
*/
location?: string[];
location?: [number, number];
/**
* Sets the location accuracy if the location is set, in meters.