add interface

This commit is contained in:
2025-08-17 19:24:03 -03:00
parent 21f6eb030f
commit b1cff154d4
11 changed files with 320 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
/* eslint-disable */
// Generated by Wrangler by running `wrangler types` (hash: 73d4543a7970c4847bf72b396e1b08ae)
// Generated by Wrangler by running `wrangler types` (hash: 64058b5920d46226ca8f7a7b04a89641)
// Runtime types generated with workerd@1.20250803.0 2025-04-04
declare namespace Cloudflare {
interface Env {
VALUE_FROM_CLOUDFLARE: "Hello from Cloudflare";
ISSUER_URL: "https://58tkjsb308.execute-api.sa-east-1.amazonaws.com";
}
}
interface Env extends Cloudflare.Env {}