export interface InvokeFunction { callFn(ev: any): void; // callFn(ev: any): void { // this[ev.nameFunction](ev.filters); // } }