11/* eslint-disable */
2- // Generated by Wrangler by running `wrangler types env.d.ts --include-runtime false` (hash: 675c661de64ac3cf65d6f6ef6ae2796b )
2+ // Generated by Wrangler by running `wrangler types env.d.ts --include-runtime false` (hash: b707ecd5ae46ce87d3d42ea6aeb6bd02 )
33declare namespace Cloudflare {
44 interface GlobalProps {
55 mainModule : typeof import ( "./src/server" ) ;
@@ -10,8 +10,8 @@ declare namespace Cloudflare {
1010 VERSION : "@@VERSION@@-ci" ;
1111 RETURN_STACK_TRACES : "false" ;
1212 DA_ORIGIN : "https://admin.da.live" ;
13- LANGFUSE_PUBLIC_KEY : "configured-as-wrangler-secret " ;
14- LANGFUSE_SECRET_KEY : "configured-as-wrangler-secret " ;
13+ LANGFUSE_PUBLIC_KEY : "" ;
14+ LANGFUSE_SECRET_KEY : "" ;
1515 LANGFUSE_BASEURL : "" ;
1616 AWS_BEARER_TOKEN_BEDROCK : string ;
1717 DAADMIN : Fetcher /* da-admin-stage */ ;
@@ -23,8 +23,8 @@ declare namespace Cloudflare {
2323 VERSION : "@@VERSION@@" ;
2424 RETURN_STACK_TRACES : "false" ;
2525 DA_ORIGIN : "https://admin.da.live" ;
26- LANGFUSE_PUBLIC_KEY : "configured-as-wrangler-secret " ;
27- LANGFUSE_SECRET_KEY : "configured-as-wrangler-secret " ;
26+ LANGFUSE_PUBLIC_KEY : "" ;
27+ LANGFUSE_SECRET_KEY : "" ;
2828 LANGFUSE_BASEURL : "" ;
2929 AWS_BEARER_TOKEN_BEDROCK : string ;
3030 DAADMIN : Fetcher /* da-admin */ ;
@@ -36,8 +36,8 @@ declare namespace Cloudflare {
3636 VERSION : "0.0.0-dev" ;
3737 RETURN_STACK_TRACES : "true" ;
3838 DA_ORIGIN : "http://localhost:8787" ;
39- LANGFUSE_PUBLIC_KEY : "configured-as-wrangler-secret " ;
40- LANGFUSE_SECRET_KEY : "configured-as-wrangler-secret " ;
39+ LANGFUSE_PUBLIC_KEY : "" ;
40+ LANGFUSE_SECRET_KEY : "" ;
4141 LANGFUSE_BASEURL : "" ;
4242 AWS_BEARER_TOKEN_BEDROCK : string ;
4343 DAADMIN : Fetcher /* da-admin-local */ ;
@@ -50,8 +50,8 @@ declare namespace Cloudflare {
5050 VERSION ?: "@@VERSION@@-ci" | "@@VERSION@@" | "0.0.0-dev" ;
5151 RETURN_STACK_TRACES ?: "false" | "true" ;
5252 DA_ORIGIN ?: "https://admin.da.live" | "http://localhost:8787" ;
53- LANGFUSE_PUBLIC_KEY ?: "configured-as-wrangler-secret " ;
54- LANGFUSE_SECRET_KEY ?: "configured-as-wrangler-secret " ;
53+ LANGFUSE_PUBLIC_KEY ?: "" ;
54+ LANGFUSE_SECRET_KEY ?: "" ;
5555 LANGFUSE_BASEURL ?: "" ;
5656 DAADMIN ?: Fetcher /* da-admin-stage */ | Fetcher /* da-admin */ | Fetcher /* da-admin-local */ ;
5757 DACOLLAB ?: Fetcher /* da-collab-stage */ | Fetcher /* da-collab */ | Fetcher /* da-collab-local */ ;
0 commit comments