MCPcopy
hub / github.com/nextauthjs/next-auth / ProcessEnv

Interface ProcessEnv

src/next/index.ts:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 // eslint-disable-next-line @typescript-eslint/no-namespace
112 namespace NodeJS {
113 interface ProcessEnv {
114 NEXTAUTH_URL?: string
115 VERCEL?: "1"
116 }
117 }
118}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…