type alias TestSmtpDataimport { type TestSmtpData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/index.ts"; definition: { requestBody: { to: string; smtp: { host: string; username: string; password: string; port: number; from: string; tls_implicit: boolean; }; }; }import TestSmtpDataimport { TestSmtpData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/index.ts";