@@ -0,0 +1,11 @@
declare global {
namespace NodeJS {
interface ProcessEnv {
API_PORT: string;
WEAVIATE_URL: string;
FRONTEND_ORIGIN: string;
}
export {}
The note is not visible to the blocked user.