| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…