Mappers: {
    enrichment: {
        mapper: (
            e: FlowrSearchElement<ParentInformation>,
            _data: PipelineOutput<
                Pipeline<IPipelineStep<PipelineStepName, (...args: any[]) => any>>,
            > & { dataflow: DataflowInformation; normalize: NormalizedAst },
            enrichment: Enrichment,
        ) => FlowrSearchElement<ParentInformation>[];
    };
} = ...

Type declaration