@@ -0,0 +1,13 @@
declare global {
namespace NodeJS {
interface ProcessEnv {
OPENAI_API_KEY: string;
PINECONE_API_KEY: string;
PINECONE_INDEX: string;
PINECONE_NAMESPACE: string;
API_PORT: string;
}
export {}
The note is not visible to the blocked user.