/* eslint-disable @typescript-eslint/no-explicit-any */ export interface FilterFunction { (input: any, ...filters: any[]): any; }