mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-13 23:51:25 +00:00
12 lines
No EOL
233 B
TypeScript
12 lines
No EOL
233 B
TypeScript
declare global {
|
|
namespace NodeJS {
|
|
interface ProcessEnv {
|
|
[key: string]: string | undefined;
|
|
DATABASE: D1Database;
|
|
VECTORIZE_INDEX: VectorizeIndex;
|
|
AI: any
|
|
}
|
|
}
|
|
}
|
|
|
|
export { }; |