export interface FrameworkCriteriaInterface { mapperInterfaceName: string; criteriaList: Array; filters: Array; orders: Array; limit: Array; }