From f0fdbff71967aec0cf72f1fe5c9066ffe5b6d7b7 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Wed, 6 May 2020 00:14:29 +0200 Subject: [PATCH] fix(types): fix RequestOptions.location ts type (#3418) --- packages/admob/lib/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/admob/lib/index.d.ts b/packages/admob/lib/index.d.ts index c79b45d9..ad1203e1 100644 --- a/packages/admob/lib/index.d.ts +++ b/packages/admob/lib/index.d.ts @@ -710,7 +710,7 @@ export namespace FirebaseAdMobTypes { * }); * ``` */ - location?: string[]; + location?: [number, number]; /** * Sets the location accuracy if the location is set, in meters.