@eagleoutice/flowr - v2.10.1
    Preparing search index...
    FlowrFilters: {
        "drop-empty-arguments": (
            e: FlowrSearchElement<ParentInformation>,
            _args: never,
        ) => boolean;
        "matches-enrichment": (
            e: FlowrSearchElement<ParentInformation>,
            args: MatchesEnrichmentArgs<Enrichment>,
        ) => boolean;
        "origin-kind": (
            e: FlowrSearchElement<ParentInformation>,
            args: OriginKindArgs,
            data: { dataflow: DataflowInformation },
        ) => boolean;
    } = ...

    Type Declaration