fix: improve typesafety

This commit is contained in:
Mythie
2023-07-31 13:53:55 +10:00
parent 664357d166
commit 0fca2e9f4e
4 changed files with 36 additions and 21 deletions

View File

@ -2,6 +2,9 @@ declare namespace NodeJS {
export interface ProcessEnv {
NEXT_PUBLIC_SITE_URL?: string;
NEXT_PRIVATE_GOOGLE_CLIENT_ID?: string;
NEXT_PRIVATE_GOOGLE_CLIENT_SECRET?: string;
NEXT_PRIVATE_DATABASE_URL: string;
NEXT_PUBLIC_STRIPE_COMMUNITY_PLAN_MONTHLY_PRICE_ID: string;