/** * Composable Filter in rhetos */ export interface IComposableFilter { FilterName: string; FilterData?: any; }