Variable ServerMonitoringModeConst

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

Type declaration

  • Readonly auto: "auto"
  • Readonly poll: "poll"
  • Readonly stream: "stream"

Generated using TypeDoc