How to deal with env variable being string | undefined when clientId is expecting only string?
I'm trying to think of a solution to this... any ideas? So far I'm just doing typeof, and if it is not string then error.

{ env } instead of going off of process.env.*as string