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