1export default interface IBrowserEngineOption { 2 id: string; 3 name: string; 4 fullVersion: string; 5 features: string[]; 6} 7 8