@eagleoutice/flowr - v2.10.9
    Preparing search index...
    FlowrFilters: {
        "drop-empty-arguments": (
            e: FlowrSearchElement<ParentInformation>,
            _args: never,
        ) => boolean;
        "file-path-filter": (
            e: FlowrSearchElement<ParentInformation>,
            args: FilePathFilterArgs,
        ) => boolean;
        "matches-enrichment": (
            e: FlowrSearchElement<ParentInformation>,
            args: MatchesEnrichmentArgs<Enrichment>,
        ) => never;
        "origin-kind": (
            e: FlowrSearchElement<ParentInformation>,
            args: OriginKindArgs,
            data: { dataflow: DataflowInformation },
        ) => boolean;
        "role-in-parent": (
            e: FlowrSearchElement<ParentInformation>,
            __namedParameters: { roleInParent: RoleInParent },
        ) => boolean;
    } = ...

    Type Declaration