Destination
import type { Destination } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ses.ts";interface Destination {
BccAddresses?: string[] | null;
CcAddresses?: string[] | null;
ToAddresses?: string[] | null;
}import type { Destination } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ses.ts";