FlowrFilters: {
    "drop-empty-arguments": (
        e: FlowrSearchElement<ParentInformation>,
        _args: never,
    ) => boolean;
    "matches-enrichment": (
        e: FlowrSearchElement<ParentInformation>,
        args: MatchesEnrichmentArgs<Enrichment>,
    ) => boolean;
} = ...

Type declaration