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: "development" | "production" | "test"

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