Created
January 30, 2025 20:53
-
-
Save msell/212aec3eb7e81f215525a52fa09c6189 to your computer and use it in GitHub Desktop.
TS Evn var defs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare global { | |
namespace NodeJS { | |
EXPO_PUBLIC_RANDOM_KEY: string; | |
SECRET_KEY: string; | |
} | |
} | |
export {}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment