environment.d.ts 119 B

12345
  1. declare namespace NodeJS {
  2. export interface ProcessEnv {
  3. readonly NEXT_PUBLIC_API_CORE_URL: string;
  4. }
  5. }