Skip to main content

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?โ€‹

optional CODECOV_TOKEN: string

Defined in: shared/utils/environment.ts:16


NODE_ENV?โ€‹

optional NODE_ENV: "production" | "development" | "test"

Defined in: shared/utils/environment.ts:17


PLAYWRIGHT_COVERAGE?โ€‹

optional PLAYWRIGHT_COVERAGE: string

Defined in: shared/utils/environment.ts:18