export interface filterOutputWithParams { action: string; type?: string; filterType: string; vacation?: boolean; }