File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* eslint-disable */
22// Generated by Wrangler by running `wrangler types` (hash: ad94e3d4f0b09e36a00ce199c5a61442)
3- // Runtime types generated with workerd@1.20260518 .1 2025-10-17 nodejs_compat
3+ // Runtime types generated with workerd@1.20260521 .1 2025-10-17 nodejs_compat
44interface __BaseEnv_Env {
55 WEBSITE_CACHE : KVNamespace ;
66 ASSETS : Fetcher ;
@@ -11356,11 +11356,11 @@ interface SendEmail {
1135611356 send ( message : EmailMessage ) : Promise < EmailSendResult > ;
1135711357 send ( builder : {
1135811358 from : string | EmailAddress ;
11359- to : string | string [ ] ;
11359+ to : string | EmailAddress | ( string | EmailAddress ) [ ] ;
1136011360 subject : string ;
1136111361 replyTo ?: string | EmailAddress ;
11362- cc ?: string | string [ ] ;
11363- bcc ?: string | string [ ] ;
11362+ cc ?: string | EmailAddress | ( string | EmailAddress ) [ ] ;
11363+ bcc ?: string | EmailAddress | ( string | EmailAddress ) [ ] ;
1136411364 headers ?: Record < string , string > ;
1136511365 text ?: string ;
1136611366 html ?: string ;
You can’t perform that action at this time.
0 commit comments