Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

최댓값 만들기(1) 정답 | | codeisneverodd #128

Closed
codeisneverodd opened this issue Mar 21, 2023 · 0 comments
Closed

최댓값 만들기(1) 정답 | | codeisneverodd #128

codeisneverodd opened this issue Mar 21, 2023 · 0 comments
Assignees
Labels
확인중 👀 제출된 정답을 확인중입니다.

Comments

@codeisneverodd
Copy link
Owner

/* 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;
  }
}
@codeisneverodd codeisneverodd added the 확인중 👀 제출된 정답을 확인중입니다. label Mar 21, 2023
@codeisneverodd codeisneverodd self-assigned this Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
확인중 👀 제출된 정답을 확인중입니다.
Projects
None yet
Development

No branches or pull requests

1 participant