watchtogether/frontend/types/environment.d.ts

10 lines
180 B
TypeScript

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