// src/custom.d.ts declare namespace NodeJS { interface ProcessEnv { readonly REACT_APP_API_BASE_URL: string; // add more as needed... } }