export default interface IBrowserEngineOption { id: string; name: string; fullVersion: string; features: string[]; }