Type 'string | undefined' is not assignable to type 'string'.
url의 type이 undefined로 될 경우를 대비하여 예외처리를 해준다
Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.ts
글로벌 변수에 타입을 추가해야 되는 경우로 globalThis의 타입으로 추가하면 된다
Next.js with-mongodb convert to TypeScript
mongodb#MongoClientOptions TypeScript Examples