Type alias ServerAvailability

ServerAvailability: "default" | "readonly" | false

Server availability.

  • "default": The server is operational.

  • "readonly": The server is in read-only mode.

  • false: The server is not available.