Files
graff.estate-nextjs-updated/env.d.ts
T
2025-02-20 12:21:40 +05:00

8 lines
190 B
TypeScript

declare namespace NodeJS {
interface ProcessEnv {
readonly NEXT_PUBLIC_API: string;
readonly NEXT_PUBLIC_S3_BUCKET: string;
readonly NEXT_PUBLIC_TINYMCE_API_KEY: string;
}
}