Type alias EmailSendingAddressSES

EmailSendingAddressSES: {
    isEmailVerified: boolean;
    type: "SES";
}

Type declaration

  • isEmailVerified: boolean
  • type: "SES"