namespace ElectronNET.API.Entities { /// /// An object listing the version strings specific to Electron /// /// Project-specific: no matching Electron structure found in MCP docs (electronjs). /// Value representing Chrome's version string /// Value representing Electron's version string /// public record ProcessVersions(string Chrome, string Electron); }