export interface FrameworkFilter { field: string; value: string; conditionType?: string; }