1export interface IExecuteJsArgs { 2 fnName: string; 3 fnSerialized: string; 4 args: any[]; 5 isolateFromWebPageEnvironment: boolean; 6} 7 8