diff --git a/contact-email-worker/worker-configuration.d.ts b/contact-email-worker/worker-configuration.d.ts index 1569587..ef87383 100644 --- a/contact-email-worker/worker-configuration.d.ts +++ b/contact-email-worker/worker-configuration.d.ts @@ -1,5 +1,5 @@ -// Generated by Wrangler -// After adding bindings to `wrangler.json`, regenerate this interface via `npm run cf-typegen` +// Generated by Wrangler by running `wrangler types` + interface Env { - SEB: SendEmail; + SEB: SendEmail; }