export default interface IOperatingSystemVersion { major: string; minor: string; build?: string; name?: string; }