Created
August 19, 2020 00:07
-
-
Save eralston/12042f62999b217c599cbdb67d407890 to your computer and use it in GitHub Desktop.
This file contains 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 { | |
interface ProcessEnv { | |
DYNAMODB_TABLE: string | |
SOCOTRA_INSTANCE_HOST_NAME: string | |
SOCOTRA_API_BASE_URI: string | |
SOCOTRA_AUTH_USERNAME: string | |
SOCOTRA_AUTH_PASSWORD: string | |
} | |
} | |
} | |
// If this file has no import/export statements (i.e. is a script) | |
// convert it into a module by adding an empty export statement. | |
export {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment