From 8da5ef93ceb4183e8d9db5b3fae38b30c8fc9074 Mon Sep 17 00:00:00 2001 From: vato007 Date: Mon, 3 Feb 2025 18:03:28 +1030 Subject: [PATCH] Update generated bindings --- contact-email-worker/worker-configuration.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }