Type Alias: SecretEnvironmentVariablesType
@arolariu/website / types / SecretEnvironmentVariablesType
Type Alias: SecretEnvironmentVariablesType
SecretEnvironmentVariablesType =
Extract<keyofTypedProductionEnvironmentVariablesType|TypedDevelopmentEnvironmentVariablesType,"CLERK_SECRET_KEY"|"API_JWT"|"RESEND_API_KEY">
Defined in: types/typedEnv.ts:242
Union of environment keys that must always be treated as secrets.
Remarks
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY is intentionally excluded because it is
designed for browser exposure.
// was this page useful?