import {JsfCore} from '../superclass/jsf-core';

export interface IAjaxEventParameter {
    exec: JsfCore;
    render: JsfCore;
}
