We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
send_email
experimental_remote
1 parent 3b78839 commit 4e49d3eCopy full SHA for 4e49d3e
.changeset/four-news-read.md
@@ -0,0 +1,5 @@
1
+---
2
+"wrangler": patch
3
4
+
5
+add missing type for `send_email`'s `experimental_remote` field
packages/wrangler/src/config/environment.ts
@@ -692,6 +692,8 @@ export interface EnvironmentNonInheritable {
692
destination_address?: string;
693
/** If this binding should be restricted to a set of verified addresses */
694
allowed_destination_addresses?: string[];
695
+ /** Whether the binding should be remote or not (only available under `--x-remote-bindings`) */
696
+ experimental_remote?: boolean;
697
}[];
698
699
/**
0 commit comments