File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable */
2- // Generated by Wrangler by running `wrangler types` (hash: b7e36640e633b47105ac584471d9e321 )
2+ // Generated by Wrangler by running `wrangler types` (hash: 6676744ae5be32fda01da8cedac94282 )
33// Runtime types generated with workerd@1.20251109.0 2025-03-19
44declare namespace Cloudflare {
55 interface GlobalProps {
66 mainModule : typeof import ( "./src/index" ) ;
77 }
88 interface Env {
9+ KV_CACHE : KVNamespace ;
910 AUTH0_CLIENT_ID : string ;
1011 AUTH0_CLIENT_SECRET : string ;
1112 AUTH0_DOMAIN : string ;
Original file line number Diff line number Diff line change 4343 },
4444 ],
4545 },
46+ "kv_namespaces" : [
47+ {
48+ "binding" : " KV_CACHE" ,
49+ "id" : " 60bd9fcf8f724f9d9a99f1cb549980bf"
50+ }
51+ ],
4652 "d1_databases" : [
4753 {
4854 "binding" : " FeedbackFlowDB" ,
You can’t perform that action at this time.
0 commit comments