Skip to content

Instantly share code, notes, and snippets.

@slvssb
Created January 13, 2024 10:51
Show Gist options
  • Save slvssb/05d003a0b580a4ed148300412d893602 to your computer and use it in GitHub Desktop.
Save slvssb/05d003a0b580a4ed148300412d893602 to your computer and use it in GitHub Desktop.
interface EnvSchemaType {
EXPO_PUBLIC_ENV_VAR: string
}
declare module "process" {
global {
namespace NodeJS {
interface ProcessEnv extends EnvSchemaType {}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment