Skip to content

Commit 1e09ba4

Browse files
committed
chore: update worker-configuration.d.ts
1 parent fdbf3a0 commit 1e09ba4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

worker-configuration.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
interface __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;

0 commit comments

Comments
 (0)