최댓값 만들기(1) 정답 | | codeisneverodd
Closed this issue · 0 comments
codeisneverodd commented
/* eslint-disable @typescript-eslint/no-unused-vars */
namespace NodeJS {
interface ProcessEnv {
GITHUB_ID: string;
GITHUB_SECRET: string;
GITHUB_PAT: string;
NEXTAUTH_URL: string;
NEXTAUTH_SECRET: string;
}
}