Akash Raju M
12/13/2020, 8:46 AMconnectionURI from process.env.SUPERTOKENS_URI, it looks like the type for it is string | undefined, and type for connectionURI is string, so I'm unable to assign this, is there a workaround for this other than adding // @ts-ignore above it?