metatron-open-seo/web/worker-configuration.d.ts
Ben Senescu a0ef7412f2
website: Create website (#19)
* Add website

* save

* chore: validate website in CI and fix workers typing
2026-03-11 23:23:47 -04:00

6 lines
103 B
TypeScript

interface Env {
RESEND_API_KEY: string;
RESEND_AUDIENCE_ID: string;
RESEND_SEGMENT_ID: string;
}