(Translated by https://www.hiragana.jp/)
:label: Updated env types · schoolseat/api@14c12d0 · GitHub
Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
🏷️ Updated env types
Browse files Browse the repository at this point in the history
  • Loading branch information
drethenrain committed Oct 7, 2021
1 parent 46de13e commit 14c12d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/@types/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
declare namespace NodeJS {
interface ProcessEnv {
MONGODB_URI: string
PORT: number
SECRET: string
GMAIL_EMAIL: string
GMAIL_PASS: string
}
}

0 comments on commit 14c12d0

Please sign in to comment.