Type alias IFilterAdapter

IFilterAdapter: IBaseAdapter & { actions: ((params: FilterContext & Context) => FilterAdapterActions); orderIndex: number }