export default interface IBrowserVersion { major: string; minor: string; build?: string; patch?: string; }