namespace ElectronNET.API.Entities { /// /// An object listing the version strings specific to Electron /// /// Value representing Chrome's version string /// Value representing Electron's version string /// public record ProcessVersions(string Chrome, string Electron); }