type NodeServerOptions = | NodeHttpServerOptions | NodeHttpsServerOptions;
Represents options for configuring a Node.js HTTP or HTTPS server.