env types updated

This commit is contained in:
Sanidhya Kumar Verma
2024-09-04 10:13:27 +00:00
committed by GitHub
parent 0cd6fe376b
commit 69c212f803
+4
View File
@@ -15,6 +15,10 @@ declare global {
// google api key // google api key
EXPO_PUBLIC_GOOGLE_API_KEY: string; EXPO_PUBLIC_GOOGLE_API_KEY: string;
// stripe api key
EXPO_PUBLIC_STRIPE_PUBLISHABLE_KEY: string;
STRIPE_SECRET_KEY: string;
} }
} }
} }