env types added

This commit is contained in:
Sanidhya Kumar Verma
2024-08-30 12:23:34 +00:00
committed by GitHub
parent b313417609
commit 0b6c77747d
+3
View File
@@ -12,6 +12,9 @@ declare global {
// geoapify api key // geoapify api key
EXPO_PUBLIC_GEOAPIFY_API_KEY: string; EXPO_PUBLIC_GEOAPIFY_API_KEY: string;
// google api key
EXPO_PUBLIC_GOOGLE_API_KEY: string;
} }
} }
} }