watchtogether/frontend/types/environment.d.ts

9 lines
159 B
TypeScript

declare namespace NodeJS {
export interface ProcessEnv {
DISCORD_ID: string;
DISCORD_SECRET: string;
API_PORT: string;
SECRET: string;
}
}