export interface filterOutput { filterType: string; action: string; queryParams: {}; subType: string; }