최댓값 만들기(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;
}
}풀이 데이터
{
"probId": "120847",
"author": "codeisneverodd",
"code": "/* 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;
}
}
"
}