INJI-681: Added missing env variable

Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
This commit is contained in:
Sreenadh S
2024-01-23 10:31:51 +05:30
parent 9f6266c19c
commit 907f0d123f

View File

@@ -38,4 +38,5 @@ declare module 'react-native-dotenv' {
* Flag for Toggling debug mode
*/
export const DEBUG_MODE: string;
export const GOOGLE_ANDROID_CLIENT_ID: string;
}