Type alias SMTPMonitorAttributes

SMTPMonitorAttributes: {
    monitor_type: "smtp";
    port: SMTPPort | `${SMTPPort},${SMTPPort}` | `${SMTPPort},${SMTPPort},${SMTPPort}`;
}

Type declaration

Generated using TypeDoc