Skip to content

Instantly share code, notes, and snippets.

@eralston
Created August 19, 2020 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eralston/12042f62999b217c599cbdb67d407890 to your computer and use it in GitHub Desktop.
Save eralston/12042f62999b217c599cbdb67d407890 to your computer and use it in GitHub Desktop.
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