mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-06-19 18:23:17 +08:00
fix(types): fix RequestOptions.location ts type (#3418)
This commit is contained in:
2
packages/admob/lib/index.d.ts
vendored
2
packages/admob/lib/index.d.ts
vendored
@@ -710,7 +710,7 @@ export namespace FirebaseAdMobTypes {
|
||||
* });
|
||||
* ```
|
||||
*/
|
||||
location?: string[];
|
||||
location?: [number, number];
|
||||
|
||||
/**
|
||||
* Sets the location accuracy if the location is set, in meters.
|
||||
|
||||
Reference in New Issue
Block a user