mirror of
https://github.com/nx-bat/pet-the-pond.git
synced 2026-09-22 02:19:10 -04:00
10 lines
145 B
TypeScript
10 lines
145 B
TypeScript
declare global {
|
|
namespace NodeJS {
|
|
interface ProcessEnv {
|
|
DATABASE_URL: string;
|
|
DISCORD_TOKEN: string;
|
|
}
|
|
}
|
|
}
|
|
|
|
export {}; |