Files
website/contact-email-worker/worker-configuration.d.ts
vato007 d487f7ecb7
Some checks failed
release / Publish to Cloudflare Pages (push) Failing after 1m17s
Add email worker and use it to send email from pages function
2025-02-03 17:00:59 +10:30

6 lines
157 B
TypeScript

// Generated by Wrangler
// After adding bindings to `wrangler.json`, regenerate this interface via `npm run cf-typegen`
interface Env {
SEB: SendEmail;
}