Type alias POPMonitorAttributes

POPMonitorAttributes: {
    monitor_type: "pop";
    port: POPPort | `${POPPort},${POPPort}`;
}

Type declaration

Generated using TypeDoc