watchtogether/frontend/types/environment.d.ts

9 lines
160 B
TypeScript

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