6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
declare namespace NodeJS {
|
|
interface ProcessEnv {
|
|
NEXT_PUBLIC_ADMIN_EMAIL: string;
|
|
NEXT_PUBLIC_ADMIN_EMAIL: string;
|
|
}
|
|
} |