From 0b6c77747d3f59e5b417b0c35ef99e09dbe74ba0 Mon Sep 17 00:00:00 2001 From: Sanidhya Kumar Verma Date: Fri, 30 Aug 2024 12:23:34 +0000 Subject: [PATCH] env types added --- environment.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environment.d.ts b/environment.d.ts index 2da04ca..f660024 100644 --- a/environment.d.ts +++ b/environment.d.ts @@ -12,6 +12,9 @@ declare global { // geoapify api key EXPO_PUBLIC_GEOAPIFY_API_KEY: string; + + // google api key + EXPO_PUBLIC_GOOGLE_API_KEY: string; } } }