aboutsummaryrefslogtreecommitdiff
path: root/apps/web/env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/env.d.ts')
-rw-r--r--apps/web/env.d.ts18
1 files changed, 9 insertions, 9 deletions
diff --git a/apps/web/env.d.ts b/apps/web/env.d.ts
index 1d23e2bc..ece89e76 100644
--- a/apps/web/env.d.ts
+++ b/apps/web/env.d.ts
@@ -1,12 +1,12 @@
declare global {
- namespace NodeJS {
- interface ProcessEnv {
- [key: string]: string | undefined;
- DATABASE: D1Database;
- VECTORIZE_INDEX: VectorizeIndex;
- AI: any
- }
+ namespace NodeJS {
+ interface ProcessEnv {
+ [key: string]: string | undefined;
+ DATABASE: D1Database;
+ VECTORIZE_INDEX: VectorizeIndex;
+ AI: any;
}
}
-
- export { }; \ No newline at end of file
+}
+
+export {};