Interface: KnownEnvironmentVariables
Defined in: shared/utils/environment.ts:15
Typed interface for environment variables we use in the application. This provides type safety for environment variable access.
Propertiesโ
CODECOV_TOKEN?โ
optionalCODECOV_TOKEN:string
Defined in: shared/utils/environment.ts:16
NODE_ENV?โ
optionalNODE_ENV:"production"|"development"|"test"
Defined in: shared/utils/environment.ts:17
PLAYWRIGHT_COVERAGE?โ
optionalPLAYWRIGHT_COVERAGE:string
Defined in: shared/utils/environment.ts:18