### Describe the solution After adding this to `wrangler.toml` I expect `wrangler types` to include the `NOTIFICATION_EMAIL` binding, but it doesn't. ```toml [[send_email]] type = "send_email" name = "NOTIFICATION_EMAIL" ```
Describe the solution
After adding this to
wrangler.tomlI expectwrangler typesto include theNOTIFICATION_EMAILbinding, but it doesn't.