Variable ServerMonitoringModeConst

ServerMonitoringMode: Readonly<{
    auto: "auto";
    poll: "poll";
    stream: "stream";
}> = ...