tpyes— env.d.ts 해당 폴더와 파일 생성후 declare global { namespace NodeJS { interface ProcessEnv { OMDB_API_KEY: string; } } } export {} 아래글참고https://huns.me/2022-05-22-43-TypeScript에서 전역 개체 타입은 어떻게 정의하나요