export enum BrowserType { Chromium = "Chromium", Firefox = "Firefox", // Webkit = 'Webkit', } export default BrowserType;